mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
Fix the build with the removal of objformat.
Reported by: pointyhat via kris
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue