From 3ac70702b22c4757f4f55fb93f0c9cf21846495e Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 11 Dec 2009 19:53:57 +0000 Subject: add muparser-130, a parser for mathematical expressions --- math/muparser/patches/patch-aa | 13 +++++++++++++ math/muparser/patches/patch-ab | 15 +++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 math/muparser/patches/patch-aa create mode 100644 math/muparser/patches/patch-ab (limited to 'math/muparser/patches') 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) + -- cgit v1.2.3