You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/xbubble/files/xbubble-0.5.8-xpaths.patch

12 lines
200 B

the x_libraries variable isnt always defined
http://bugs.gentoo.org/92688
--- configure
+++ configure
@@ -4511,3 +4511,5 @@
fi
+if test x"$x_libraries" != x; then
LIBS="-L$x_libraries $LIBS"
+fi