diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-09-26 02:20:08 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-09-26 02:20:08 +0000 |
commit | a3f5caa40ca0b2df7bb3ea2e99ddd7a53b013853 (patch) | |
tree | 9ee06bbfdbe1855bee8f1943a2a5fe88052ce122 /misc/astrolog | |
parent | 6029a873358396c0de44258a08ee79f600dc58b0 (diff) | |
download | pkgsrc-a3f5caa40ca0b2df7bb3ea2e99ddd7a53b013853.tar.gz |
Elf shlib fix.
I wonder if we couldn't automate this a bit by searching for -L in all
patch files and giving an alarm if there's no -Wl,-R nearby ...
Might be something for pkglint.
Diffstat (limited to 'misc/astrolog')
-rw-r--r-- | misc/astrolog/files/patch-sum | 4 | ||||
-rw-r--r-- | misc/astrolog/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/astrolog/files/patch-sum b/misc/astrolog/files/patch-sum index a132f627363..d7db3504203 100644 --- a/misc/astrolog/files/patch-sum +++ b/misc/astrolog/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 14:09:12 agc Exp $ +$NetBSD: patch-sum,v 1.2 2000/09/26 02:20:08 hubertf Exp $ -MD5 (patch-aa) = dd4dcfc28304235128eccf255eb4de92 +MD5 (patch-aa) = 9511775448c1de1554d332ab394e82b5 MD5 (patch-ab) = 1e82e4925ebd18784d50a88748e27974 diff --git a/misc/astrolog/patches/patch-aa b/misc/astrolog/patches/patch-aa index 28bb13b3bdc..9736a86a79e 100644 --- a/misc/astrolog/patches/patch-aa +++ b/misc/astrolog/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 1998/08/07 11:10:08 agc Exp $ +$NetBSD: patch-aa,v 1.3 2000/09/26 02:20:09 hubertf Exp $ *** makefile.unx.bak Sun Sep 29 23:27:00 1996 --- Makefile Tue Jan 14 01:06:55 1997 @@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.2 1998/08/07 11:10:08 agc Exp $ charts0.o charts1.o charts2.o charts3.o intrpret.o\ xdata.o xgeneral.o xdevice.o xcharts0.o xcharts1.o xcharts2.o xscreen.o # If you don't have X windows, delete the "-lX11" part from the line below: -! LIBS = -L${X11BASE}/lib -lX11 -lm +! LIBS = -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lX11 -lm ! CFLAGS += -I${X11BASE}/include -DDEFAULT_DIR=\"${PREFIX}/lib/astrolog\" astrolog:: $(OBJ) |