aboutsummaryrefslogtreecommitdiff
path: root/devel/regexx/files/patch-src::Makefile.am
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-03-15 06:52:47 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-03-15 06:52:47 +0000
commit4aeae14800a7035c7ece1aac654437a7b8912d12 (patch)
treee9cf064c4d6f3a28ee62c416354a1ca713eadd93 /devel/regexx/files/patch-src::Makefile.am
parent5392a49f1143e1468f7bb3f72fd8a19e07738ef9 (diff)
Notes
Diffstat (limited to 'devel/regexx/files/patch-src::Makefile.am')
-rw-r--r--devel/regexx/files/patch-src::Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/regexx/files/patch-src::Makefile.am b/devel/regexx/files/patch-src::Makefile.am
index 9cdd575623e0..04dc86120e33 100644
--- a/devel/regexx/files/patch-src::Makefile.am
+++ b/devel/regexx/files/patch-src::Makefile.am
@@ -1,11 +1,11 @@
---- src/Makefile.am.orig Tue Aug 22 21:54:30 2000
-+++ src/Makefile.am Wed Mar 7 19:25:48 2001
+--- src/Makefile.am.orig Thu Mar 15 14:40:46 2001
++++ src/Makefile.am Tue Mar 13 22:42:21 2001
@@ -5,6 +5,7 @@
##
-+INCLUDES=-I/usr/local/include
++INCLUDES=`pcre-config --cflags`
lib_LTLIBRARIES = libregexx.la
libregexx_la_SOURCES = regexx.cc regexx.hh split.cc split.hh
--libregexx_la_LDFLAGS = -version-info 1:1:1 ../pcre/maketables.lo ../pcre/get.lo ../pcre/study.lo ../pcre/pcre.lo
-+libregexx_la_LDFLAGS = -version-info 1:1:1 -lpcre -L/usr/local/lib
+-libregexx_la_LDFLAGS = -version-info 2:0:1 ../pcre/maketables.lo ../pcre/get.lo ../pcre/study.lo ../pcre/pcre.lo
++libregexx_la_LDFLAGS = -version-info 2:0:1 `pcre-config --libs`
include_HEADERS = regexx.hh split.hh