summaryrefslogtreecommitdiff
path: root/math/muparser/patches
diff options
context:
space:
mode:
authordrochner <drochner>2009-12-11 19:53:57 +0000
committerdrochner <drochner>2009-12-11 19:53:57 +0000
commit3ac70702b22c4757f4f55fb93f0c9cf21846495e (patch)
tree2c9500c74533f77b0b3eb7c4a1fc462844366075 /math/muparser/patches
parent08b653eba8d8b24cdec8057407a78ae71f8d2f03 (diff)
downloadpkgsrc-3ac70702b22c4757f4f55fb93f0c9cf21846495e.tar.gz
add muparser-130, a parser for mathematical expressions
Diffstat (limited to 'math/muparser/patches')
-rw-r--r--math/muparser/patches/patch-aa13
-rw-r--r--math/muparser/patches/patch-ab15
2 files changed, 28 insertions, 0 deletions
diff --git a/math/muparser/patches/patch-aa b/math/muparser/patches/patch-aa
new file mode 100644
index 00000000000..aa9243af6a6
--- /dev/null
+++ b/math/muparser/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/12/11 19:53:57 drochner Exp $
+
+--- configure.orig 2009-02-11 20:06:56.000000000 +0100
++++ configure
+@@ -5075,7 +5075,7 @@ echo "${ECHO_T}$bakefile_cv_gcc31" >&6;
+ SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
+ fi
+
+- if test "x$GCC" == "xyes"; then
++ if test "x$GCC" = "xyes"; then
+ PIC_FLAG="-dynamic -fPIC"
+ fi
+ if test "x$XLCC" = "xyes"; then
diff --git a/math/muparser/patches/patch-ab b/math/muparser/patches/patch-ab
new file mode 100644
index 00000000000..6cc5b1a8a76
--- /dev/null
+++ b/math/muparser/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1.1.1 2009/12/11 19:53:57 drochner Exp $
+
+--- Makefile.in.orig 2009-12-11 15:24:06.000000000 +0000
++++ Makefile.in
+@@ -192,8 +192,8 @@ COND_USE_SOSYMLINKS_1___muParser_dll___s
+ 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)
+