mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
416 B
Plaintext
12 lines
416 B
Plaintext
--- src/Makefile.in.orig Tue May 16 19:45:39 2000
|
|
+++ src/Makefile.in Tue May 23 23:52:52 2000
|
|
@@ -58,7 +58,7 @@
|
|
YACC = @YACC@
|
|
|
|
CANLIB = # -L../libcanlock -lcanlock
|
|
-LIBS = -L../pcre -lpcre $(CANLIB) @LIBS@ @INN_NNTPLIB@ @INTLDIR_MAKE@ @INTLLIBS@
|
|
+LIBS = ../pcre/libpcre.a $(CANLIB) @LIBS@ @INN_NNTPLIB@ @INTLDIR_MAKE@ @INTLLIBS@
|
|
|
|
# Where do you want the binary & manual page installed?
|
|
DESTDIR = @DESTDIR@
|