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 | |
parent | 3584f11542d5c7fe6fb7a422ef41cb052af5ecff (diff) | |
download | pkgsrc-7a844d192f14f8f25bdd5d4a01dda059e8db60e6.tar.gz |
Use run time library path for PBM libraries.
Diffstat (limited to 'graphics/urt')
-rw-r--r-- | graphics/urt/files/patch-sum | 4 | ||||
-rw-r--r-- | graphics/urt/patches/patch-aa | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/urt/files/patch-sum b/graphics/urt/files/patch-sum index ee5082fb9db..05284a9f5e1 100644 --- a/graphics/urt/files/patch-sum +++ b/graphics/urt/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.4 2000/05/17 18:50:36 tron Exp $ +$NetBSD: patch-sum,v 1.5 2000/05/17 19:03:24 tron Exp $ -MD5 (patch-aa) = 815ac9be1eacf174edbbed22e9d55db8 +MD5 (patch-aa) = 8b2f54cfb35b04cd5dddf6b2fe855820 MD5 (patch-ab) = d452d364f338abd9b93ba68063252f63 MD5 (patch-ac) = 3442f1a97e317e64d45e7f45d58e9c43 MD5 (patch-ad) = 2f8c2c83daf3d6a7384c34b0adefdc91 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 |