diff options
author | sbd <sbd@pkgsrc.org> | 2011-10-18 22:34:06 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-10-18 22:34:06 +0000 |
commit | 5794c286163913f831e974771c4860b4b369005d (patch) | |
tree | b3ab013a882faced25f35f2bfd04b6fc12a818c9 /graphics | |
parent | 9343b64e45fca32c1ad55dd7ad296e1a06b54099 (diff) | |
download | pkgsrc-5794c286163913f831e974771c4860b4b369005d.tar.gz |
Don't add LIBPOSTFIX (aka LIBABISUFFIX) to the lua install path.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/distinfo | 6 | ||||
-rw-r--r-- | graphics/graphviz/patches/patch-aa | 11 | ||||
-rw-r--r-- | graphics/graphviz/patches/patch-ab | 13 |
3 files changed, 24 insertions, 6 deletions
diff --git a/graphics/graphviz/distinfo b/graphics/graphviz/distinfo index 3fab16dac61..1b140f649b0 100644 --- a/graphics/graphviz/distinfo +++ b/graphics/graphviz/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.37 2010/11/17 15:46:21 dholland Exp $ +$NetBSD: distinfo,v 1.38 2011/10/18 22:34:06 sbd Exp $ SHA1 (graphviz-2.26.3.tar.gz) = 04503ac5a9eaa579859f0d017811fa245717edec RMD160 (graphviz-2.26.3.tar.gz) = b2fbaf03b2006b43ed70e2a710363d7efbcfda77 Size (graphviz-2.26.3.tar.gz) = 17092429 bytes -SHA1 (patch-aa) = 8013a17f63cc15e29badf6a3c14fbd740635d398 -SHA1 (patch-ab) = cbc12617a04bed611c44619ba14088c0c28de7ed +SHA1 (patch-aa) = 301ce5e8bfe68bab47ffdf513e2decbb52aff2c9 +SHA1 (patch-ab) = 00472c4299983e64f79e483ebcd705138401fc5d SHA1 (patch-ag) = 1eb3aab33f132b019a3faaa80bb68d44daa58f61 SHA1 (patch-aj) = af8c688a0beeabfc391dde7acc9c33afe9ac3546 SHA1 (patch-ak) = d8b06e60be1014387f07ae5f00dce33a2096b855 diff --git a/graphics/graphviz/patches/patch-aa b/graphics/graphviz/patches/patch-aa index bb9242985f8..391af4848dc 100644 --- a/graphics/graphviz/patches/patch-aa +++ b/graphics/graphviz/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.13 2010/11/17 15:46:21 dholland Exp $ +$NetBSD: patch-aa,v 1.14 2011/10/18 22:34:06 sbd Exp $ --- configure.ac.orig 2010-01-26 16:00:29.000000000 +0000 +++ configure.ac @@ -31,6 +31,15 @@ $NetBSD: patch-aa,v 1.13 2010/11/17 15:46:21 dholland Exp $ fi ;; esac +@@ -101,7 +112,7 @@ case "${host_os}" in + *linux* ) + case "${host_cpu}" in + powerpc64 | s390x | x86_64 ) +- LIBPOSTFIX="64" ++ LIBPOSTFIX="" + ;; + esac + ;; @@ -802,7 +813,7 @@ else LUA_VERSION=`$PKGCONFIG --modversion lua$l` LUA_INCLUDES="$LUA_CFLAGS "`$PKGCONFIG --cflags lua$l` diff --git a/graphics/graphviz/patches/patch-ab b/graphics/graphviz/patches/patch-ab index 62dad745efe..80ff78eb400 100644 --- a/graphics/graphviz/patches/patch-ab +++ b/graphics/graphviz/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.19 2010/11/17 15:46:21 dholland Exp $ +$NetBSD: patch-ab,v 1.20 2011/10/18 22:34:06 sbd Exp $ --- configure.orig 2010-01-26 16:01:10.000000000 +0000 +++ configure @@ -24,6 +24,15 @@ $NetBSD: patch-ab,v 1.19 2010/11/17 15:46:21 dholland Exp $ +@@ -2835,7 +2842,7 @@ case "${host_os}" in + *linux* ) + case "${host_cpu}" in + powerpc64 | s390x | x86_64 ) +- LIBPOSTFIX="64" ++ LIBPOSTFIX="" + ;; + esac + ;; @@ -6850,6 +6857,9 @@ test -n "$RC" || RC="false" ;; *-sgi-irix* ) @@ -104,7 +113,7 @@ $NetBSD: patch-ab,v 1.19 2010/11/17 15:46:21 dholland Exp $ sincos(PI/2.0,&sinx,&cosx); assert(sinx>0.9999999); assert(sinx<1.0000001); -@@ -38777,7 +38791,7 @@ else +@@ -38777,7 +38789,7 @@ else use_gv_tcl="Yes" fi if test "x$use_gd" != "xYes"; then |