diff options
author | pb <pb@FreeBSD.org> | 2003-07-16 12:04:38 +0000 |
---|---|---|
committer | pb <pb@FreeBSD.org> | 2003-07-16 12:04:38 +0000 |
commit | 35f0633fc672d773cf8bf4743cfb4c10df14bd62 (patch) | |
tree | 073f19aa3c7c7843bcef9721e33f6b80426385fc /news | |
parent | 682006ddb0a38a69777a2d56866f4aa42bb42b0d (diff) | |
download | FreeBSD-ports-35f0633fc672d773cf8bf4743cfb4c10df14bd62.zip FreeBSD-ports-35f0633fc672d773cf8bf4743cfb4c10df14bd62.tar.gz |
Enable IPv6.
PR: ports/54538
Submitted by: sam@rfc1149.net
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 f747948..5a72043 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 f1a4a2b..70aa73d 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. |