diff options
Diffstat (limited to 'wm/fvwm95/patches/patch-af')
-rw-r--r-- | wm/fvwm95/patches/patch-af | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/wm/fvwm95/patches/patch-af b/wm/fvwm95/patches/patch-af new file mode 100644 index 00000000000..8c6f60465e0 --- /dev/null +++ b/wm/fvwm95/patches/patch-af @@ -0,0 +1,29 @@ +$NetBSD: patch-af,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $ + +--- configure.orig Wed Dec 11 03:55:16 1996 ++++ configure Tue Jan 11 10:23:21 2000 +@@ -2126,7 +2126,7 @@ + fvwm_icons="$x_includes/X11/bitmaps:$x_includes/X11/pixmaps:$prefix/icons" + + if test "x$x_libraries" != x ; then +- x_libraries="-L$x_libraries" ++ x_libraries="-L$x_libraries -Wl,-R$x_libraries" + fi + if test "x$x_includes" != x ; then + x_includes="-I$x_includes" +@@ -2247,7 +2247,6 @@ + libs/Makefile \ + mini-icons/Makefile \ + utils/Makefile \ +- xpmroot/Makefile \ + sample.fvwmrc/Makefile \ + modules/Makefile \ + modules/FvwmAudio/Makefile \ +@@ -2329,7 +2328,6 @@ + libs/Makefile \ + mini-icons/Makefile \ + utils/Makefile \ +- xpmroot/Makefile \ + sample.fvwmrc/Makefile \ + modules/Makefile \ + modules/FvwmAudio/Makefile \ |