summaryrefslogtreecommitdiff
path: root/devel/regexx/files/patch-src::Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'devel/regexx/files/patch-src::Makefile.am')
-rw-r--r--devel/regexx/files/patch-src::Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/regexx/files/patch-src::Makefile.am b/devel/regexx/files/patch-src::Makefile.am
deleted file mode 100644
index ba7bb6c89866..000000000000
--- a/devel/regexx/files/patch-src::Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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