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/app-laptop/tpb/files/tpb-configure-fix.diff

17 lines
478 B

diff -aur tpb-0.5.1/configure tpb-0.5.1-patched/configure
--- tpb-0.5.1/configure 2003-04-10 04:06:26.000000000 -0400
+++ tpb-0.5.1-patched/configure 2003-06-30 12:06:41.000000000 -0400
@@ -790,10 +790,10 @@
# additional options
# Check whether --enable-xosd or --disable-xosd was given.
-if test "${enable_xosd+set}" = set; then
- enableval="$enable_xosd"
+if test "x${enable_xosd}" = xno; then
enable_xosd=no
else
+ enableval="$enable_xosd"
enable_xosd=yes
fi