- Fix build after objformat removal

PR:		ports/111203
Submitted by:	Kay Lehmann <kay_lehmann at web.de> (maintainer)
This commit is contained in:
Rong-En Fan 2007-04-04 19:58:17 +00:00
parent 3d01e47fb4
commit 35ead95b09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189224

View File

@ -24,7 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CONFIGURE_ARGS= --program-prefix=''
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_LDCONFIG= yes
MAN1= lineak_xosdplugin.1
MAN_COMPRESSED= yes
@ -41,5 +41,6 @@ BROKEN= Configure fails to find lineakd
post-patch:
@${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
.include <bsd.port.post.mk>