diff options
Diffstat (limited to 'cad/wcalc/patches/patch-aa')
-rw-r--r-- | cad/wcalc/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/cad/wcalc/patches/patch-aa b/cad/wcalc/patches/patch-aa deleted file mode 100644 index e85be3dd558..00000000000 --- a/cad/wcalc/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2005/12/01 23:58:16 dmcmahill Exp $ - -The "" was getting eaten by the wrapper scripts causing the shared modules -to not be built. - ---- mex-wcalc/mexlink.orig 2005-10-24 12:12:06.000000000 -0400 -+++ mex-wcalc/mexlink 2005-11-30 10:43:27.000000000 -0500 -@@ -65,4 +65,4 @@ - - set -x --$LIBTOOL --mode=link $CC -avoid-version -export-dynamic -module -shrext "" -rpath $pkglibexecdir $args -+$LIBTOOL --mode=link $CC -avoid-version -export-dynamic -module -shrext '""' -rpath $pkglibexecdir $args - |