- Fix build after objformat removal

PR:		ports/110160
Submitted by:	rafan
This commit is contained in:
Cheng-Lung Sung 2007-03-15 03:16:45 +00:00
parent 1c93f8b21d
commit 55c67d6887
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187419

View File

@ -7,6 +7,7 @@
PORTNAME= libtabe
PORTVERSION= 0.2.6
PORTREVISION= 1
CATEGORIES= chinese
MASTER_SITES= ftp://cle.linux.org.tw/pub/xcin/cvs/
@ -50,6 +51,7 @@ pre-everything::
.endif
post-patch:
${REINPLACE_CMD} -e '/objformat/s/echo aout/echo elf/' ${WRKSRC}/configure
.if defined(WITHOUT_X11)
${REINPLACE_CMD} -e '/all:/s/ bims//; /bims/d' ${WRKSRC}/src/Makefile.in
.endif