mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-08 23:06:56 +00:00
12 lines
393 B
Plaintext
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@
|