summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-12-11 22:10:35 +0000
committerjoerg <joerg@pkgsrc.org>2014-12-11 22:10:35 +0000
commit9d05665b3e4c82a0153d53c2b16c90752d3c61e5 (patch)
tree7e455583a85393dfe2173ab740a9ce6b70b38807 /graphics
parent6544faf5e8c05edbde53b913ecc22895fd47986d (diff)
downloadpkgsrc-9d05665b3e4c82a0153d53c2b16c90752d3c61e5.tar.gz
Forgotten patch: preserve LDFLAGS.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xmorph/patches/patch-configure13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/xmorph/patches/patch-configure b/graphics/xmorph/patches/patch-configure
new file mode 100644
index 00000000000..f7d1d7ca197
--- /dev/null
+++ b/graphics/xmorph/patches/patch-configure
@@ -0,0 +1,13 @@
+$NetBSD: patch-configure,v 1.1 2014/12/11 22:10:35 joerg Exp $
+
+--- configure.orig 2014-12-10 17:08:34.000000000 +0000
++++ configure
+@@ -5604,7 +5604,7 @@ _ACEOF
+
+ fi
+
+-LDFLAGS='-lm'
++LDFLAGS="$LDFLAGS -lm"
+
+
+