freebsd-ports/news/tin/files/patch-ad
Andrey A. Chernov 1e2bb9d2d1 Upgrade to 1.5.12
Add ipv6 support

Submitted by:	Xander Jansen <Xander.Jansen@surfnet.nl> (ipv6)
2002-05-25 14:51:21 +00:00

12 lines
365 B
Plaintext

--- src/Makefile.in.bak Tue Apr 23 04:23:33 2002
+++ src/Makefile.in Sat May 25 18:30:39 2002
@@ -65,7 +65,7 @@
YACC = @YACC@
CANLIB = # -L../libcanlock -lcanlock
-INTL_LIBS = @INTLDIR_MAKE@ @INTLLIBS@
+INTL_LIBS = @INTLLIBS@
PCRE_LIBS = @PCREDIR_LIBS@ @PCREDIR_MAKE@ -L../pcre -lpcre
LIBS = $(PCRE_LIBS) $(CANLIB) @LIBS@ @INN_NNTPLIB@ $(INTL_LIBS)