summaryrefslogtreecommitdiff
path: root/graphics/xfig
diff options
context:
space:
mode:
authortron <tron>2001-08-09 15:59:51 +0000
committertron <tron>2001-08-09 15:59:51 +0000
commit910693032d439695fcaad46a94f1bf36716cb5a2 (patch)
tree0160fa2417831a65cf0a93464c242748b89f72d4 /graphics/xfig
parentbe99d27c0f783837e29d8c6a6f8c6b830b43248e (diff)
downloadpkgsrc-910693032d439695fcaad46a94f1bf36716cb5a2.tar.gz
Fix runtime library path problem on systems where "xpkwedge" is not
installed.
Diffstat (limited to 'graphics/xfig')
-rw-r--r--graphics/xfig/distinfo4
-rw-r--r--graphics/xfig/patches/patch-ab8
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/xfig/distinfo b/graphics/xfig/distinfo
index 22d0fd19d6e..453292773aa 100644
--- a/graphics/xfig/distinfo
+++ b/graphics/xfig/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2001/08/09 14:34:56 wiz Exp $
+$NetBSD: distinfo,v 1.4 2001/08/09 15:59:51 tron Exp $
SHA1 (xfig.3.2.3d.full.tar.gz) = 49806d4e081c722bb35e335b3d34a8ad9f7d78af
Size (xfig.3.2.3d.full.tar.gz) = 2846844 bytes
SHA1 (patch-aa) = dd528f771d7b30a7f2504d2e9043cdce7a98f0c1
-SHA1 (patch-ab) = 19e337a49572c7b74541ed32908095515c1cb9b2
+SHA1 (patch-ab) = aa4a6b97fd626e668eaf726251a58b9723f91308
SHA1 (patch-ac) = 1d18e319873a4aa20d60b477318fd05c951c6b16
diff --git a/graphics/xfig/patches/patch-ab b/graphics/xfig/patches/patch-ab
index fb8cbd0295a..40f7479bea4 100644
--- a/graphics/xfig/patches/patch-ab
+++ b/graphics/xfig/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.3 2001/08/09 14:34:57 wiz Exp $
+$NetBSD: patch-ab,v 1.4 2001/08/09 15:59:52 tron Exp $
---- Imakefile.orig Tue May 29 12:32:11 2001
-+++ Imakefile
+--- Imakefile.orig Tue May 29 20:32:11 2001
++++ Imakefile Thu Aug 9 17:54:04 2001
@@ -47,8 +47,8 @@
#ifdef USEJPEG
@@ -91,7 +91,7 @@ $NetBSD: patch-ab,v 1.3 2001/08/09 14:34:57 wiz Exp $
#ifdef USEPNG
DUSEPNG = -DUSE_PNG
-PNGLIBS = -lpng -lz
-+PNGLIBS = -Wl,-R$(PREFIX)/lib -L$(PNGLIBDIR) -lpng -lz
++PNGLIBS = -Wl,-R$(LOCALBASE)/lib -L$(PNGLIBDIR) -lpng -lz
READPNGS = f_readpng.c
READPNGO = f_readpng.o
#endif /* USEPNG */