Browse Source

added missing makefile patches for pcrepp package

Signed-off-by: Tobias Breckle <tobias@breckle.net>
Tobias Breckle 13 years ago
parent
commit
6179a3a40a
2 changed files with 21 additions and 0 deletions
  1. 10 0
      package/pcrepp/patches/patch-Makefile_am
  2. 11 0
      package/pcrepp/patches/patch-Makefile_in

+ 10 - 0
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
+ 

+ 11 - 0
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