blob: 93e7099d95a6a0594bed4711a70f8bcb8d55b85b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
$NetBSD: patch-af,v 1.2 2001/05/01 16:34:11 jlam Exp $
--- configure.orig Tue Dec 10 11:55:16 1996
+++ configure
@@ -518,8 +518,6 @@
-CFLAGS=-O
-
#-------------------------------------------------------------------
#
# Remove the ./config.cache file and rerun configure if
@@ -2126,7 +2124,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 +2245,6 @@
libs/Makefile \
mini-icons/Makefile \
utils/Makefile \
- xpmroot/Makefile \
sample.fvwmrc/Makefile \
modules/Makefile \
modules/FvwmAudio/Makefile \
@@ -2329,7 +2326,6 @@
libs/Makefile \
mini-icons/Makefile \
utils/Makefile \
- xpmroot/Makefile \
sample.fvwmrc/Makefile \
modules/Makefile \
modules/FvwmAudio/Makefile \
|