diff options
Diffstat (limited to 'x11-libs/xpyb/files/xpyb-python.patch')
-rw-r--r-- | x11-libs/xpyb/files/xpyb-python.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-libs/xpyb/files/xpyb-python.patch b/x11-libs/xpyb/files/xpyb-python.patch deleted file mode 100644 index 4d5d9ac72956..000000000000 --- a/x11-libs/xpyb/files/xpyb-python.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- xpyb-1.3.1/configure.ac.orig 2013-05-21 19:01:51.054962821 +0400 -+++ xpyb-1.3.1/configure.ac 2013-05-21 19:05:22.342961464 +0400 -@@ -38,7 +38,8 @@ - - # Find the xcbgen Python package - AC_MSG_CHECKING([for xcb-proto python dir]) --XCBPROTO_XCBPYTHONDIR=`$PKG_CONFIG --variable=pythondir xcb-proto` -+XCBPROTO_XCBPYTHONDIR=`$PYTHON -c 'import xcbgen; from os.path import dirname, abspath, join; \ -+ print abspath(join(dirname(xcbgen.[__file__]), ".."))'` - AC_MSG_RESULT($XCBPROTO_XCBPYTHONDIR) - AC_SUBST(XCBPROTO_XCBPYTHONDIR) - |