1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix build broken by recent ORBit2 update.

IDL compiller does not support any longer single letter option argument
if it not separated by space.

Reported by:	erwin.
This commit is contained in:
Alexander Nedotsukov 2006-08-07 02:23:46 +00:00
parent f0f91e6954
commit a600d9c396
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169883

View File

@ -28,4 +28,7 @@ USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-static
post-patch:
@${REINPLACE_CMD} -e 's|-lcpp|-l cpp|' ${WRKSRC}/bonobomm/generated/Makefile.in
.include <bsd.port.mk>