diff options
-rw-r--r-- | graphics/cairo/files/patch-cairo.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/cairo/files/patch-cairo.pc.in b/graphics/cairo/files/patch-cairo.pc.in new file mode 100644 index 000000000..05d0b47b6 --- /dev/null +++ b/graphics/cairo/files/patch-cairo.pc.in @@ -0,0 +1,10 @@ +--- cairo.pc.in.orig Thu Mar 3 03:57:38 2005 ++++ cairo.pc.in Thu Mar 3 03:57:50 2005 +@@ -7,6 +7,6 @@ + Description: Multi-platform 2D graphics library + Version: @VERSION@ + +-Requires: @FREETYPE_REQUIRES@ libpixman @XRENDER_REQUIRES@ @PNG_REQUIRES@ @GLITZ_REQUIRES@ ++Requires: @FREETYPE_REQUIRES@ libpixman @PNG_REQUIRES@ @GLITZ_REQUIRES@ + Libs: @FREETYPE_LIBS@ -L${libdir} -lcairo + Cflags: @FREETYPE_CFLAGS@ -I${includedir}/cairo |