summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authortron <tron>2001-07-01 11:01:45 +0000
committertron <tron>2001-07-01 11:01:45 +0000
commit0a7c97d120c865c72311d8d4e0bb3ff73f6e286e (patch)
tree9eb1da013214b7d87a156af7822afcde3c732ea9 /math
parent07298a65c901355affd4ef4513b8ac4b8e222337 (diff)
downloadpkgsrc-0a7c97d120c865c72311d8d4e0bb3ff73f6e286e.tar.gz
Fix "libguppiConf.sh" so that linking of applications with the "guppi"
libraries actually works. Bump version number to 0.35.5nb1.
Diffstat (limited to 'math')
-rw-r--r--math/guppi/Makefile4
-rw-r--r--math/guppi/distinfo3
-rw-r--r--math/guppi/patches/patch-aa13
3 files changed, 17 insertions, 3 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile
index 93fe95672c1..28acf05658b 100644
--- a/math/guppi/Makefile
+++ b/math/guppi/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/07/01 00:05:50 tron Exp $
+# $NetBSD: Makefile,v 1.2 2001/07/01 11:01:45 tron Exp $
DISTNAME= Guppi-0.35.5
-PKGNAME= guppi-0.35.5
+PKGNAME= guppi-0.35.5nb1
CATEGORIES= math graphics
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/Guppi/}
EXTRACT_SUFX= .tar.bz2
diff --git a/math/guppi/distinfo b/math/guppi/distinfo
index 02bc381d746..0e5848378ae 100644
--- a/math/guppi/distinfo
+++ b/math/guppi/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/07/01 00:05:50 tron Exp $
+$NetBSD: distinfo,v 1.2 2001/07/01 11:01:45 tron Exp $
SHA1 (Guppi-0.35.5.tar.bz2) = 063bb719e7fabcaa08d9479713d593f083847dbb
Size (Guppi-0.35.5.tar.bz2) = 1319291 bytes
+SHA1 (patch-aa) = 349a71d7ebea96e35b6992d7866749a17b93291a
diff --git a/math/guppi/patches/patch-aa b/math/guppi/patches/patch-aa
new file mode 100644
index 00000000000..4e4e67a3443
--- /dev/null
+++ b/math/guppi/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2001/07/01 11:01:45 tron Exp $
+
+--- configure.orig Thu May 10 02:53:41 2001
++++ configure Sun Jul 1 11:56:14 2001
+@@ -6498,7 +6498,7 @@
+ if test "x$USING_BONOBO" = "x1"; then
+ LIBGUPPI_LIBS="$LIBGUPPI_LIBS -lguppibonobo"
+ fi
+-LIBGUPPI_LIBS="$LIBGUPPI_LIBS $STANDARD_LDFLAGS"
++LIBGUPPI_LIBS="$LIBGUPPI_LIBS -L$LOCALBASE/python2.0/config -lpython2.0 $STANDARD_LDFLAGS"
+
+
+