mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d4645755ec
Hopefully won't mind too much: ache
12 lines
358 B
Plaintext
12 lines
358 B
Plaintext
--- src/Makefile.in.orig Sat Nov 22 06:03:52 1997
|
|
+++ src/Makefile.in Wed Nov 26 03:12:30 1997
|
|
@@ -20,7 +20,7 @@
|
|
LDFLAGS = @LDFLAGS@
|
|
YACC = @YACC@
|
|
|
|
-LIBS = -L../pcre -lpcre @LIBS@ @INN_NNTPLIB@
|
|
+LIBS = ../pcre/libpcre.a @LIBS@ @INN_NNTPLIB@ ../pcre/libpcre.a
|
|
|
|
# Where do you want the binary & manual page installed?
|
|
INSTALL_PREFIX = @INSTALL_PREFIX@
|