diff options
author | garbled <garbled> | 1998-10-28 02:21:24 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-10-28 02:21:24 +0000 |
commit | 6465398da3a8f8f358cc63824ed315ecfb779c2f (patch) | |
tree | 068f55e564a30e1677efcd5141e31a0883345c54 /graphics | |
parent | ebe2a7261249245ee8cc79dd5652f6489f8ada8b (diff) | |
download | pkgsrc-6465398da3a8f8f358cc63824ed315ecfb779c2f.tar.gz |
Fix a missing rpath entry by making this pkg obey LDFLAGS.
This fixes my own PR #5840
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xv/patches/patch-ad | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xv/patches/patch-ad b/graphics/xv/patches/patch-ad index 8af3e8cdc64..5a8534230db 100644 --- a/graphics/xv/patches/patch-ad +++ b/graphics/xv/patches/patch-ad @@ -1,6 +1,6 @@ -$NetBSD: patch-ad,v 1.5 1998/09/12 17:48:56 garbled Exp $ ---- Imakefile.orig Wed Sep 9 09:33:20 1998 -+++ Imakefile Sat Sep 12 10:09:26 1998 +$NetBSD: patch-ad,v 1.6 1998/10/28 02:21:24 garbled Exp $ +--- Imakefile.orig Tue Oct 27 00:45:53 1998 ++++ Imakefile Tue Oct 27 01:13:26 1998 @@ -6,13 +6,15 @@ /* if, for whatever reason, you're unable to get the JPEG library to compile * on your machine, *COMMENT OUT* the following line @@ -29,7 +29,7 @@ $NetBSD: patch-ad,v 1.5 1998/09/12 17:48:56 garbled Exp $ +#ifdef UseInstalledJpeg +JPEG = -DDOJPEG -+LIBJPEG = -L$(LOCALBASE)/lib -ljpeg ++LIBJPEG = $(LDFLAGS) -L$(LOCALBASE)/lib -ljpeg +JPEGINCLUDE = -I$(LOCALBASE)/include +#endif + |