summaryrefslogtreecommitdiff
path: root/package/pcrepp
diff options
context:
space:
mode:
authorTobias Breckle <tobias@breckle.net>2011-05-17 16:23:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-05-18 11:09:15 +0200
commit6179a3a40a52ca6bdb8770ecc895597fd32bc725 (patch)
tree627ccc02d6ba21b7d99525fb3c0f36c06d897a47 /package/pcrepp
parent866ee3692f2799abd990936db36578911ecc35e4 (diff)
added missing makefile patches for pcrepp package
Signed-off-by: Tobias Breckle <tobias@breckle.net>
Diffstat (limited to 'package/pcrepp')
-rw-r--r--package/pcrepp/patches/patch-Makefile_am10
-rw-r--r--package/pcrepp/patches/patch-Makefile_in11
2 files changed, 21 insertions, 0 deletions
diff --git a/package/pcrepp/patches/patch-Makefile_am b/package/pcrepp/patches/patch-Makefile_am
new file mode 100644
index 000000000..d224337ec
--- /dev/null
+++ b/package/pcrepp/patches/patch-Makefile_am
@@ -0,0 +1,10 @@
+--- pcrepp-0.9.5.orig/Makefile.am 2011-05-13 10:25:39.116697222 +0200
++++ pcrepp-0.9.5/Makefile.am 2011-05-13 10:18:08.609616331 +0200
+@@ -1,6 +1,6 @@
+
+
+-SUBDIRS = libpcre++ doc examples test
++SUBDIRS = libpcre++
+
+ bin_SCRIPTS = pcre++-config
+
diff --git a/package/pcrepp/patches/patch-Makefile_in b/package/pcrepp/patches/patch-Makefile_in
new file mode 100644
index 000000000..c10eab68d
--- /dev/null
+++ b/package/pcrepp/patches/patch-Makefile_in
@@ -0,0 +1,11 @@
+--- pcrepp-0.9.5.orig/Makefile.in 2011-05-13 10:25:39.126696935 +0200
++++ pcrepp-0.9.5/Makefile.in 2011-05-13 10:18:08.619616044 +0200
+@@ -77,7 +77,7 @@
+ STRIP = @STRIP@
+ VERSION = @VERSION@
+
+-SUBDIRS = libpcre++ doc examples test
++SUBDIRS = libpcre++
+
+ bin_SCRIPTS = pcre++-config
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4