summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xscreensaver-app/files/xscreensaver-app-2.3-underlinking.patch')
-rw-r--r--x11-misc/xscreensaver-app/files/xscreensaver-app-2.3-underlinking.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-misc/xscreensaver-app/files/xscreensaver-app-2.3-underlinking.patch b/x11-misc/xscreensaver-app/files/xscreensaver-app-2.3-underlinking.patch
deleted file mode 100644
index 5707e4fc7206..000000000000
--- a/x11-misc/xscreensaver-app/files/xscreensaver-app-2.3-underlinking.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -14,7 +14,6 @@
- echo
- exit 1)
-
--LDFLAGS=`gtk-config --cflags`
-+PKG_CHECK_MODULES(LIBX11, x11,[LIBS="$LIBS $LIBX11_LIBS";INCLUDES="$INCLUDES $LIBX11_CFLAGS"],[exit 1])
-
--AC_SUBST(LDFLAGS)
- AC_OUTPUT(Makefile)