1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/news/tin/files/patch-aa
1999-09-28 15:18:42 +00:00

12 lines
393 B
Plaintext

--- src/Makefile.in.orig Thu Sep 16 07:25:22 1999
+++ src/Makefile.in Tue Sep 28 08:05:51 1999
@@ -28,7 +28,7 @@
YACC = @YACC@
CANLIB = # -L../libcanlock -lcanlock
-LIBS = -L../pcre -lpcre $(CANLIB) @LIBS@ @INN_NNTPLIB@
+LIBS = ../pcre/libpcre.a $(CANLIB) @LIBS@ @INN_NNTPLIB@ ../pcre/libpcre.a
# Where do you want the binary & manual page installed?
INSTALL_PREFIX = @INSTALL_PREFIX@