From 0a7c97d120c865c72311d8d4e0bb3ff73f6e286e Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 1 Jul 2001 11:01:45 +0000 Subject: Fix "libguppiConf.sh" so that linking of applications with the "guppi" libraries actually works. Bump version number to 0.35.5nb1. --- math/guppi/Makefile | 4 ++-- math/guppi/distinfo | 3 ++- math/guppi/patches/patch-aa | 13 +++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 math/guppi/patches/patch-aa 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" + + + -- cgit v1.2.3