diff options
author | tron <tron@pkgsrc.org> | 2000-05-17 19:03:24 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-05-17 19:03:24 +0000 |
commit | 7a844d192f14f8f25bdd5d4a01dda059e8db60e6 (patch) | |
tree | 1c8484482ccc586c828df140fe9ce7c97c5391c2 /graphics/urt/patches | |
parent | 3584f11542d5c7fe6fb7a422ef41cb052af5ecff (diff) | |
download | pkgsrc-7a844d192f14f8f25bdd5d4a01dda059e8db60e6.tar.gz |
Use run time library path for PBM libraries.
Diffstat (limited to 'graphics/urt/patches')
-rw-r--r-- | graphics/urt/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/urt/patches/patch-aa b/graphics/urt/patches/patch-aa index f3543e2c066..17d1f104b17 100644 --- a/graphics/urt/patches/patch-aa +++ b/graphics/urt/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.3 2000/04/07 14:40:37 hubertf Exp $ +$NetBSD: patch-aa,v 1.4 2000/05/17 19:03:25 tron Exp $ --- config/urt.orig Wed Jul 15 21:47:15 1992 -+++ config/urt Fri Apr 7 15:56:12 2000 ++++ config/urt Wed May 17 20:58:41 2000 @@ -1,3 +1,7 @@ +# Configuration for HP 9000/300 series running BSD4.3 + @@ -142,7 +142,7 @@ $NetBSD: patch-aa,v 1.3 2000/04/07 14:40:37 hubertf Exp $ -LIBPBMPLUS = $(PBMDIR)/ppm/libppm.a $(PBMDIR)/pgm/libpgm.a \ - $(PBMDIR)/pbm/libpbm.a +INCPBMPLUS = -I$(PBMDIR)/include -+LIBPBMPLUS = -L$(PBMDIR)/lib -lppm -lpgm -lpbm ++LIBPBMPLUS = -L$(PBMDIR)/lib -Wl,-R$(PBMDIR)/lib -lppm -lpgm -lpbm #endif #ifdef SUNRASTER|SUNTOOLS|TAAC1 |