1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-11 23:25:17 +00:00
freebsd-ports/news/tin/files/patch-aa

12 lines
393 B
Plaintext
Raw Normal View History

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