12 lines
342 B
Text
12 lines
342 B
Text
Index: wx-config.in
|
|
--- wx-config.in.orig
|
|
+++ wx-config.in
|
|
@@ -1147,7 +1147,7 @@ lib_flags_for()
|
|
decho " alllibs = $_all_libs"
|
|
fi
|
|
|
|
- echo $_all_ldflags $_wxlibs $_all_libs
|
|
+ echo $_all_ldflags -L${X11BASE}/lib $_wxlibs $_all_libs
|
|
}
|
|
|
|
# this is the strict subset of the above function which returns only the
|