mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
f6db8f057f
PR: 33290 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
13 lines
494 B
Plaintext
13 lines
494 B
Plaintext
--- src/Makefile.am.orig Tue Mar 13 22:42:21 2001
|
|
+++ src/Makefile.am Sat Dec 29 08:24:46 2001
|
|
@@ -4,7 +4,8 @@
|
|
## $Date: 2001/03/13 14:42:21 $
|
|
##
|
|
|
|
+INCLUDES=`pcre-config --cflags`
|
|
lib_LTLIBRARIES = libregexx.la
|
|
libregexx_la_SOURCES = regexx.cc regexx.hh split.cc split.hh
|
|
-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
|