Enable IPv6.

PR:		ports/54538
Submitted by:	sam@rfc1149.net
This commit is contained in:
Pierre Beyssac 2003-07-16 12:04:38 +00:00
parent e7f9bbdc4a
commit df23d06db4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84987
2 changed files with 9 additions and 4 deletions

View file

@ -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+/

View file

@ -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.