summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-03-09 16:21:14 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-03-09 16:21:14 +0000
commit081c675370548605e4e8f8c2d15c4e962a35ea68 (patch)
tree5c6e227c84dcbce16e382bd806dc3cc95d510448 /dev-cpp/muParser/files
parentAdding doc use flag for proper doc installation (diff)
downloadhistorical-081c675370548605e4e8f8c2d15c4e962a35ea68.tar.gz
historical-081c675370548605e4e8f8c2d15c4e962a35ea68.tar.bz2
historical-081c675370548605e4e8f8c2d15c4e962a35ea68.zip
Version bump
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'dev-cpp/muParser/files')
-rw-r--r--dev-cpp/muParser/files/muParser-1.30-build.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-cpp/muParser/files/muParser-1.30-build.patch b/dev-cpp/muParser/files/muParser-1.30-build.patch
new file mode 100644
index 000000000000..9ded9274fd46
--- /dev/null
+++ b/dev-cpp/muParser/files/muParser-1.30-build.patch
@@ -0,0 +1,28 @@
+diff -Nur muparser.orig/configure muparser/configure
+--- muparser.orig/configure 2008-06-09 22:51:39.000000000 +0100
++++ muparser/configure 2009-03-09 16:12:02.335504093 +0000
+@@ -1927,10 +1927,6 @@
+ NONENONEs,x,x, &&
+ program_prefix=${target_alias}-
+
+-CFLAGS=
+-CXXFLAGS=
+-CPPFLAGS=
+-
+ for ac_prog in gawk mawk nawk awk
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+diff -Nur muparser.orig/Makefile.in muparser/Makefile.in
+--- muparser.orig/Makefile.in 2008-06-09 22:51:39.000000000 +0100
++++ muparser/Makefile.in 2009-03-09 16:07:55.871757201 +0000
+@@ -192,8 +192,8 @@
+ all: $(__muParser_lib___depname) $(__muParser_dll___depname) $(__example1___depname)
+
+ install: all $(__install_muParser_lib___depname) $(__install_muParser_lib_headers___depname) $(__install_muParser_dll___depname) $(__install_muParser_dll_headers___depname)
+- $(INSTALL_DIR) $(libdir)/pkgconfig
+- $(INSTALL_DATA) build/autoconf/muparser.pc $(libdir)/pkgconfig
++ $(INSTALL_DIR) $(DESTDIR)$(libdir)/pkgconfig
++ $(INSTALL_DATA) build/autoconf/muparser.pc $(DESTDIR)$(libdir)/pkgconfig
+
+ uninstall: $(__uninstall_muParser_lib___depname) $(__uninstall_muParser_lib_headers___depname) $(__uninstall_muParser_dll___depname) $(__uninstall_muParser_dll_headers___depname)
+