summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-10 21:57:23 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-10 21:57:23 +0000
commit92d7fe568c10db409c485bdcc6dec9ab8695c2cc (patch)
tree40b7a929d8ca34c5ae7f9f2d5d00d40fe567c55d /graphics
parent- Depend on uic and moc (diff)
Fix the build with the removal of objformat.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=184810
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cairo-java/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/cairo-java/Makefile b/graphics/cairo-java/Makefile
index c45e8e9b237d..3feddfffc591 100644
--- a/graphics/cairo-java/Makefile
+++ b/graphics/cairo-java/Makefile
@@ -38,6 +38,10 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
CONFIGURE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES}
MAKE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES}
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
+ ${WRKSRC}/configure
+
do-install:
${MKDIR} ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/.libs/libcairojni-${CAIRO_API_VERSION}.so \