aboutsummaryrefslogtreecommitdiff
path: root/www/snownews/files
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-11-14 12:22:35 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-11-14 12:22:35 +0000
commit4256fb114d6ba0e536e65f5a6dac63f4d86bf604 (patch)
tree6644e33444eb5df7813ddddc1065c902f3e1296d /www/snownews/files
parent07fe1a29a30dc929e964138b9005418712bc7611 (diff)
downloadports-4256fb114d6ba0e536e65f5a6dac63f4d86bf604.tar.gz
ports-4256fb114d6ba0e536e65f5a6dac63f4d86bf604.zip
Notes
Diffstat (limited to 'www/snownews/files')
-rw-r--r--www/snownews/files/patch-Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/snownews/files/patch-Makefile b/www/snownews/files/patch-Makefile
index 2ddc0cefcafb..9b4822ecb0f2 100644
--- a/www/snownews/files/patch-Makefile
+++ b/www/snownews/files/patch-Makefile
@@ -1,11 +1,11 @@
---- Makefile.orig Mon Nov 3 04:41:22 2003
-+++ Makefile Tue Nov 4 00:00:15 2003
+--- Makefile.orig Wed Nov 12 17:39:24 2003
++++ Makefile Fri Nov 14 11:48:43 2003
@@ -1,8 +1,8 @@
include Makefile.inc
-LDFLAGS = -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS)
+LDFLAGS = -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS) -lintl -liconv
- OBJFILES = main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o
+ OBJFILES = main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o ui-support.o
-CFLAGS = -Wall -O2 -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS)
+CFLAGS += -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS)
VERSION = `grep VERSION version.h | sed s/\"//g | sed s/\#define\ VERSION\ //`