diff options
Diffstat (limited to 'www/snownews/files/patch-Makefile.inc')
-rw-r--r-- | www/snownews/files/patch-Makefile.inc | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/www/snownews/files/patch-Makefile.inc b/www/snownews/files/patch-Makefile.inc index 61a81ef..7090e8b 100644 --- a/www/snownews/files/patch-Makefile.inc +++ b/www/snownews/files/patch-Makefile.inc @@ -1,14 +1,17 @@ ---- Makefile.inc.orig Fri Jan 23 20:13:29 2004 -+++ Makefile.inc Tue Jan 27 15:46:37 2004 -@@ -1,5 +1,5 @@ - CC = gcc +--- Makefile.inc.orig Sun Mar 7 22:41:07 2004 ++++ Makefile.inc Sat Apr 3 09:05:38 2004 +@@ -1,10 +1,11 @@ +-CC = gcc -MAKE = make ++CC ?= gcc +MAKE = gmake INSTALL = install - PREFIX = /usr/local +-PREFIX = /usr/local ++#PREFIX = /usr/local LOCALEPATH = $(PREFIX)/share/locale -@@ -8,3 +8,4 @@ - doc po \ - main.c interface.c netio.c xmlparse.c updatecheck.c os-support.c conversions.c dialog.c ui-support.c categories.c about.c cookies.c \ - config.h version.h main.h interface.h netio.h xmlparse.h updatecheck.h os-support.h conversions.h dialog.h ui-support.h categories.h about.h cookies.h + DISTFILES = AUTHOR COPYING CREDITS Changelog README README.de README.colors README.patching INSTALL INSTALL.solaris INSTALL.FreeOpenNetBSD opml2snow \ + Makefile Makefile.inc Makefile.solaris \ + doc po scripts \ + main.c interface.c netio.c xmlparse.c updatecheck.c os-support.c conversions.c dialog.c ui-support.c categories.c about.c cookies.c setup.c net-support.c digcalc.c md5.c filters.c \ + config.h version.h main.h interface.h netio.h xmlparse.h updatecheck.h os-support.h conversions.h dialog.h ui-support.h categories.h about.h cookies.h setup.h net-support.h digcalc.h md5.h filters.h +EXTRA_LDFLAGS = -lintl -liconv |