Fix the build with the removal of objformat.

Reported by:	pointyhat via kris
This commit is contained in:
Joe Marcus Clarke 2007-02-10 21:57:23 +00:00
parent f50cfb8808
commit 92d7fe568c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184810
2 changed files with 8 additions and 0 deletions

View file

@ -25,4 +25,8 @@ USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
${WRKSRC}/configure
.include <bsd.port.mk>

View file

@ -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 \