aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/cairo-java
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-02-11 05:57:23 +0800
committermarcus <marcus@FreeBSD.org>2007-02-11 05:57:23 +0800
commit4fc25497e7ce5b58a1bd10902d79fe5f4728929a (patch)
tree32aab53c9989b2b5fa59c65a2328d23aaed7c2c7 /graphics/cairo-java
parentdb3c3f66b449907f1924ff07c773221bf9adf56d (diff)
downloadfreebsd-ports-gnome-4fc25497e7ce5b58a1bd10902d79fe5f4728929a.tar.gz
freebsd-ports-gnome-4fc25497e7ce5b58a1bd10902d79fe5f4728929a.tar.zst
freebsd-ports-gnome-4fc25497e7ce5b58a1bd10902d79fe5f4728929a.zip
Fix the build with the removal of objformat.
Reported by: pointyhat via kris
Diffstat (limited to 'graphics/cairo-java')
-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 \