summaryrefslogtreecommitdiff
path: root/graphics/xfig/patches
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/patches
parentbe99d27c0f783837e29d8c6a6f8c6b830b43248e (diff)
downloadpkgsrc-910693032d439695fcaad46a94f1bf36716cb5a2.tar.gz
Fix runtime library path problem on systems where "xpkwedge" is not
installed.
Diffstat (limited to 'graphics/xfig/patches')
-rw-r--r--graphics/xfig/patches/patch-ab8
1 files changed, 4 insertions, 4 deletions
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 */