]> git.pld-linux.org Git - packages/newsbeuter.git/blob - newsbeuter-compile-flags.patch
- updated gettext BR
[packages/newsbeuter.git] / newsbeuter-compile-flags.patch
1 diff -u newsbeuter-2.1.orig/config.sh newsbeuter-2.1/config.sh
2 --- newsbeuter-2.1.orig/config.sh       2009-12-08 22:37:05.000000000 +0100
3 +++ newsbeuter-2.1/config.sh    2009-12-10 21:50:20.589265555 +0100
4 @@ -78,5 +78,5 @@
5  check_pkg "sqlite3" || fail "sqlite3"
6  check_pkg "libcurl" || check_custom "libcurl" "curl-config" || fail "libcurl"
7  check_pkg "libxml-2.0" || check_custom "libxml2" "xml2-config" || fail "libxml2"
8 -check_pkg "stfl" "" "--static" || fail "stfl"
9 +check_pkg "stfl" || fail "stfl"
10  all_aboard_the_fail_boat
11 Subdirectoris comuns: newsbeuter-2.1.orig/contrib i newsbeuter-2.1/contrib
12 Subdirectoris comuns: newsbeuter-2.1.orig/doc i newsbeuter-2.1/doc
13 Subdirectoris comuns: newsbeuter-2.1.orig/filter i newsbeuter-2.1/filter
14 Subdirectoris comuns: newsbeuter-2.1.orig/include i newsbeuter-2.1/include
15 diff -u newsbeuter-2.1.orig/Makefile newsbeuter-2.1/Makefile
16 --- newsbeuter-2.1.orig/Makefile        2009-12-08 22:37:05.000000000 +0100
17 +++ newsbeuter-2.1/Makefile     2009-12-10 21:52:25.935524817 +0100
18 @@ -11,7 +11,7 @@
19  # compiler and linker flags
20  DEFINES=-DLOCALEDIR=\"$(localedir)\"
21  WARNFLAGS=-Wall -Wextra
22 -CXXFLAGS+=-ggdb -I/sw/include -Iinclude -Istfl -Ifilter -I. -Irss $(WARNFLAGS) $(DEFINES)
23 +CXXFLAGS+=$(OPTCXXFLAGS) -I/sw/include -Iinclude -Istfl -Ifilter -I. -Irss $(WARNFLAGS) $(DEFINES)
24  LDFLAGS+=-L. -L/sw/lib
25  
26  PACKAGE=newsbeuter
27 @@ -69,10 +69,10 @@
28  NB_DEPS=$(MOFILES) $(LIB_OUTPUT) $(FILTERLIB_OUTPUT) $(NEWSBEUTER_OBJS) $(RSSPPLIB_OUTPUT)
29  
30  $(NEWSBEUTER): $(NB_DEPS)
31 -       $(CXX) $(CXXFLAGS) -o $(NEWSBEUTER) $(NEWSBEUTER_OBJS) $(NEWSBEUTER_LIBS) $(LDFLAGS)
32 +       $(CXX) $(CXXFLAGS) $(REALLDFLAGS) -o $(NEWSBEUTER) $(NEWSBEUTER_OBJS) $(NEWSBEUTER_LIBS) $(LDFLAGS)
33  
34  $(PODBEUTER): $(MOFILES) $(LIB_OUTPUT) $(PODBEUTER_OBJS)
35 -       $(CXX) $(CXXFLAGS) -o $(PODBEUTER) $(PODBEUTER_OBJS) $(PODBEUTER_LIBS) $(LDFLAGS)
36 +       $(CXX) $(CXXFLAGS) $(REALLDFLAGS) -o $(PODBEUTER) $(PODBEUTER_OBJS) $(PODBEUTER_LIBS) $(LDFLAGS)
37  
38  $(LIB_OUTPUT): $(LIB_OBJS)
39         $(RM) $@
40 Subdirectoris comuns: newsbeuter-2.1.orig/po i newsbeuter-2.1/po
41 Subdirectoris comuns: newsbeuter-2.1.orig/rss i newsbeuter-2.1/rss
42 Subdirectoris comuns: newsbeuter-2.1.orig/src i newsbeuter-2.1/src
43 Subdirectoris comuns: newsbeuter-2.1.orig/stfl i newsbeuter-2.1/stfl
44 Subdirectoris comuns: newsbeuter-2.1.orig/test i newsbeuter-2.1/test
This page took 0.052088 seconds and 3 git commands to generate.