Fix "libguppiConf.sh" so that linking of applications with the "guppi"
libraries actually works. Bump version number to 0.35.5nb1.
This commit is contained in:
parent
9d75d7083e
commit
2b65b793af
3 changed files with 17 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
13
math/guppi/patches/patch-aa
Normal file
13
math/guppi/patches/patch-aa
Normal file
|
@ -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"
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue