diff options
author | simonb <simonb@pkgsrc.org> | 2000-01-11 01:08:24 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2000-01-11 01:08:24 +0000 |
commit | ef29194e9c50c5ea81f65eb0d456812c1ea75f95 (patch) | |
tree | a203778dd8f87dfe279299962e50b72003c93d40 /x11/fvwm95/patches/patch-ag | |
parent | 91320a7e1214f0b206400722975ccf64dec3853e (diff) | |
download | pkgsrc-ef29194e9c50c5ea81f65eb0d456812c1ea75f95.tar.gz |
Split patch-af into two (one for each file).
Add some "-Wl,-R"s to get working on ELF.
Diffstat (limited to 'x11/fvwm95/patches/patch-ag')
-rw-r--r-- | x11/fvwm95/patches/patch-ag | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/fvwm95/patches/patch-ag b/x11/fvwm95/patches/patch-ag new file mode 100644 index 00000000000..ab4961a6316 --- /dev/null +++ b/x11/fvwm95/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2000/01/11 01:08:24 simonb Exp $ + +--- Makefile.in.orig Wed Jun 26 02:26:47 1996 ++++ Makefile.in Tue Jan 11 10:04:41 2000 +@@ -10,7 +10,7 @@ + + prefix=@prefix@ + exec_prefix=@exec_prefix@ +-subdirs=libs fvwm modules utils sample.fvwmrc xpmroot icons mini-icons ++subdirs=libs fvwm modules utils sample.fvwmrc icons mini-icons + + CFLAGS = -O + |