summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-12-09 15:27:13 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-12-09 15:27:13 +0000
commit0ff97b39b3bd81cc45df60ccfba6633f5ce4e5a1 (patch)
treed0948a1a14cf7fcca4f6614cb45b0cced2c41bb6 /x11-apps/xdpyinfo/files
parentversion bump, and this one should finally work with amd64 and other 64bit arches (diff)
downloadgentoo-2-0ff97b39b3bd81cc45df60ccfba6633f5ce4e5a1.tar.gz
gentoo-2-0ff97b39b3bd81cc45df60ccfba6633f5ce4e5a1.tar.bz2
gentoo-2-0ff97b39b3bd81cc45df60ccfba6633f5ce4e5a1.zip
Unused file.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-apps/xdpyinfo/files')
-rw-r--r--x11-apps/xdpyinfo/files/xineramaproto.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-apps/xdpyinfo/files/xineramaproto.patch b/x11-apps/xdpyinfo/files/xineramaproto.patch
deleted file mode 100644
index 0bb0ec58171a..000000000000
--- a/x11-apps/xdpyinfo/files/xineramaproto.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN xdpyinfo-0.99.0.orig/configure.ac xdpyinfo-0.99.0/configure.ac
---- xdpyinfo-0.99.0.orig/configure.ac 2005-08-01 13:15:17.000000000 -0700
-+++ xdpyinfo-0.99.0/configure.ac 2005-08-22 01:03:37.000000000 -0700
-@@ -82,7 +82,7 @@
- AC_CHECK_HEADERS([X11/extensions/Xrender.h],,,[#include <X11/Xlib.h>])
- CPPFLAGS="$SAVE_CPPFLAGS"],[echo "not found"])
-
--PKG_CHECK_MODULES(XINERAMA, panoramixproto xinerama,
-+PKG_CHECK_MODULES(XINERAMA, xineramaproto xinerama,
- [SAVE_CPPFLAGS="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS $XINERAMA_CFLAGS"
- AC_CHECK_HEADERS([X11/extensions/Xinerama.h],,,[#include <X11/Xlib.h>])