summaryrefslogtreecommitdiff
path: root/games-arcade/xbubble/files/xbubble-0.5.8-xpaths.patch
blob: 4db0b8f10ccfa524ba8098a411e13cccbc963e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
the x_libraries variable isnt always defined
http://bugs.gentoo.org/92688

--- a/configure
+++ b/configure
@@ -4511,3 +4511,5 @@
 fi
+if test x"$x_libraries" != x; then
 LIBS="-L$x_libraries $LIBS"
+fi