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:
parent
f0f91e6954
commit
a600d9c396
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169883
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user