diff options
author | Pierre Beyssac <pb@FreeBSD.org> | 2003-07-16 12:04:38 +0000 |
---|---|---|
committer | Pierre Beyssac <pb@FreeBSD.org> | 2003-07-16 12:04:38 +0000 |
commit | df23d06db40b81b2401e66c9dad9d603899d90ca (patch) | |
tree | 69080e11176a519e49a3f88b136a3691e2f221b1 /news | |
parent | e7f9bbdc4a0ee76c4fb3e7b525dad098a4fcbad4 (diff) | |
download | ports-df23d06db40b81b2401e66c9dad9d603899d90ca.tar.gz ports-df23d06db40b81b2401e66c9dad9d603899d90ca.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/leafnode+/Makefile | 2 | ||||
-rw-r--r-- | news/leafnode+/files/patch-ac | 11 |
2 files changed, 9 insertions, 4 deletions
diff --git a/news/leafnode+/Makefile b/news/leafnode+/Makefile index f747948e8dc8..5a7204336c82 100644 --- a/news/leafnode+/Makefile +++ b/news/leafnode+/Makefile @@ -7,7 +7,7 @@ PORTNAME= leafnode+ PORTVERSION= 2.15 -CATEGORIES= news +CATEGORIES= news ipv6 MASTER_SITES= http://www.io.com/~kazushi/leafnode+/ \ ftp://ftp.io.com/pub/usr/kazushi/leafnode+/ diff --git a/news/leafnode+/files/patch-ac b/news/leafnode+/files/patch-ac index f1a4a2bb5069..70aa73dac263 100644 --- a/news/leafnode+/files/patch-ac +++ b/news/leafnode+/files/patch-ac @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Jun 13 10:53:27 2001 -+++ Makefile Sat Jul 7 11:33:58 2001 +--- Makefile.orig Fri Jun 13 05:06:46 2003 ++++ Makefile Wed Jul 16 12:53:25 2003 @@ -11,19 +11,19 @@ #AR = ar #RANLIB = ranlib @@ -31,7 +31,12 @@ # # If you want to build with debugging, use below. #CFLAGS += -g -Wall -Wformat -Wstrict-prototypes -Wmissing-prototypes -@@ -68,11 +68,11 @@ +@@ -64,15 +64,15 @@ + #CFLAGS += -DDONTSTRICTDATEFORMAT + # + # If you want to use IPv6, use below. It may work. +-#CFLAGS += -DINET6 ++CFLAGS += -DINET6 #LIBS += -L/usr/local/v6/lib -linet6 # # This is the directory where the news is stored. |