diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-25 00:17:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-25 00:17:05 +0000 |
commit | 3bdf5fe6b07cef91b548035259b18c45d404935d (patch) | |
tree | 52a33b839a8e3ead730c3b9a788a45bb84cc689e /graphics/pstoedit/patches | |
parent | b01048b9aae6cc963a55e1b6762ab0e1e32930fd (diff) | |
download | pkgsrc-3bdf5fe6b07cef91b548035259b18c45d404935d.tar.gz |
fix compilation
Diffstat (limited to 'graphics/pstoedit/patches')
-rw-r--r-- | graphics/pstoedit/patches/patch-ac | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/graphics/pstoedit/patches/patch-ac b/graphics/pstoedit/patches/patch-ac index 85ee65dea05..4cfb734d9a8 100644 --- a/graphics/pstoedit/patches/patch-ac +++ b/graphics/pstoedit/patches/patch-ac @@ -1,7 +1,7 @@ -$NetBSD: patch-ac,v 1.1.1.1 2000/07/18 07:46:40 itohy Exp $ +$NetBSD: patch-ac,v 1.2 2000/08/25 00:17:06 wiz Exp $ ---- Makefile.in.orig Mon Jul 3 02:18:37 2000 -+++ Makefile.in Sat Jul 15 01:55:35 2000 +--- Makefile.in.orig Sun Jul 2 19:18:37 2000 ++++ Makefile.in @@ -6,6 +6,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -30,6 +30,15 @@ $NetBSD: patch-ac,v 1.1.1.1 2000/07/18 07:46:40 itohy Exp $ # uncommment one of the following CCC lines for Un*x like systems # For users of GNU g++ +@@ -68,7 +73,7 @@ + #LOCALDEFINES=-DHAVE_LIBPLOTTER -I/path/to/plotter.h + # add -DOLD_LIBPLOTTER for libplot older than 2.3 + LOCALDEFINES=@PLOTCOMPILEFLAGS@ +-LOCALLIBS=-L/path/to/libplot @LPLOTTER@ ++LOCALLIBS=-L${LOCALBASE}/lib -lplotter @LPLOTTER@ + ############################################################# + + ## IRIX 5.3 @@ -338,11 +343,11 @@ $(INSTALL_DIR) $(bindir); \ fi |