diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-03 16:53:34 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-03 16:53:34 +0800 |
commit | 6e5f978d9e134fcb7ff5aa24f6c7a591f83245bc (patch) | |
tree | 691aea14f67c3ea79fa7b74570722a7411b0ca9b /graphics/cairo/files | |
parent | f2c18c9aefbc87422b8eeb7f5c281635292261be (diff) | |
download | marcuscom-ports-6e5f978d9e134fcb7ff5aa24f6c7a591f83245bc.tar marcuscom-ports-6e5f978d9e134fcb7ff5aa24f6c7a591f83245bc.tar.gz marcuscom-ports-6e5f978d9e134fcb7ff5aa24f6c7a591f83245bc.tar.bz2 marcuscom-ports-6e5f978d9e134fcb7ff5aa24f6c7a591f83245bc.tar.lz marcuscom-ports-6e5f978d9e134fcb7ff5aa24f6c7a591f83245bc.tar.xz marcuscom-ports-6e5f978d9e134fcb7ff5aa24f6c7a591f83245bc.tar.zst marcuscom-ports-6e5f978d9e134fcb7ff5aa24f6c7a591f83245bc.zip |
Fix build with XFree86
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3794 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/cairo/files')
-rw-r--r-- | graphics/cairo/files/patch-configure | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/cairo/files/patch-configure b/graphics/cairo/files/patch-configure new file mode 100644 index 000000000..73ec0088c --- /dev/null +++ b/graphics/cairo/files/patch-configure @@ -0,0 +1,15 @@ +--- configure.orig Thu Mar 3 03:43:20 2005 ++++ configure Thu Mar 3 03:44:40 2005 +@@ -20306,10 +20306,10 @@ + echo "${ECHO_T}$XRENDER_LIBS" >&6 + else + XRENDER_CFLAGS="" +- XRENDER_LIBS="" ++ XRENDER_LIBS="-lXrender" ++ succeeded=yes + ## If we have a custom action on failure, don't print errors, but + ## do set a variable so people can do so. +- XRENDER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xrender >= 0.6"` + + fi + |