summaryrefslogtreecommitdiff
path: root/graphics/asymptote
diff options
context:
space:
mode:
authorjoerg <joerg>2012-07-03 18:07:03 +0000
committerjoerg <joerg>2012-07-03 18:07:03 +0000
commitd6f91f34be6d8b44717936c0795ca25b63d0d0ee (patch)
tree0033de63b66b1adb084d440fd400c38b02132093 /graphics/asymptote
parent632085d27fea091741874930225f9060e0e956fe (diff)
downloadpkgsrc-d6f91f34be6d8b44717936c0795ca25b63d0d0ee.tar.gz
--no-var-tracking doesn't really exist.
Diffstat (limited to 'graphics/asymptote')
-rw-r--r--graphics/asymptote/distinfo4
-rw-r--r--graphics/asymptote/patches/patch-configure15
2 files changed, 14 insertions, 5 deletions
diff --git a/graphics/asymptote/distinfo b/graphics/asymptote/distinfo
index 61799eb24d1..0fcefc36503 100644
--- a/graphics/asymptote/distinfo
+++ b/graphics/asymptote/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2012/03/10 21:14:51 markd Exp $
+$NetBSD: distinfo,v 1.4 2012/07/03 18:07:03 joerg Exp $
SHA1 (asymptote-2.15.src.tgz) = e0fb336c195fb21a39e3d0f3acd4881ce5e170a7
RMD160 (asymptote-2.15.src.tgz) = 1916f4160034d4d76280bfed8ebe0bb898fc80ce
Size (asymptote-2.15.src.tgz) = 1763773 bytes
-SHA1 (patch-configure) = 62bdb60b197034338222357ce7ddf58c654f6589
+SHA1 (patch-configure) = ddefab8f9aed037a32cc854d0aedc4b861153b0f
SHA1 (patch-runtime.cc) = e61bdfc8c911f81f727c0b341522e66372905b1a
diff --git a/graphics/asymptote/patches/patch-configure b/graphics/asymptote/patches/patch-configure
index c353e4ca089..709a2a3007f 100644
--- a/graphics/asymptote/patches/patch-configure
+++ b/graphics/asymptote/patches/patch-configure
@@ -1,8 +1,8 @@
-$NetBSD: patch-configure,v 1.1 2012/03/10 21:14:52 markd Exp $
+$NetBSD: patch-configure,v 1.2 2012/07/03 18:07:03 joerg Exp $
Handle TEXMFLOCAL having multiple elements.
---- configure.orig 2012-02-18 05:02:01.000000000 +0000
+--- configure.orig 2011-11-16 21:40:11.000000000 +0000
+++ configure
@@ -3773,7 +3773,7 @@ fi
@@ -22,7 +22,16 @@ Handle TEXMFLOCAL having multiple elements.
else
contextdir=$prefix/share/texmf/tex/context/third
fi
-@@ -6709,7 +6709,7 @@ $as_echo "$as_me: *** Could not find lib
+@@ -5395,8 +5395,6 @@ if test "$GXX" = yes ; then
+ ac_gcc_version=`echo __GNUC__ | $CC -E - | grep -v ^\#`
+ if test "$ac_gcc_version" -lt 4; then
+ CFLAGS=$CFLAGS" -finline-limit=400"
+- else
+- CFLAGS=$CFLAGS" --no-var-tracking"
+ fi
+ fi
+
+@@ -6709,7 +6707,7 @@ $as_echo "$as_me: *** Could not find lib
fi
esac