summaryrefslogtreecommitdiff
path: root/app-laptop/tpb/files/tpb-configure-fix.diff
diff options
context:
space:
mode:
Diffstat (limited to 'app-laptop/tpb/files/tpb-configure-fix.diff')
-rw-r--r--app-laptop/tpb/files/tpb-configure-fix.diff16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-laptop/tpb/files/tpb-configure-fix.diff b/app-laptop/tpb/files/tpb-configure-fix.diff
deleted file mode 100644
index 7dc4683d158b..000000000000
--- a/app-laptop/tpb/files/tpb-configure-fix.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-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
-