diff options
Diffstat (limited to 'devel/ORBit/Makefile')
-rw-r--r-- | devel/ORBit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index 1efd7d5b15bc..b8bf6308a8a2 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -29,6 +29,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ INFO= libIDL post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure ${WRKSRC}/libIDL/configure ${WRKSRC}/popt/configure @${TOUCH} ${WRKSRC}/configure post-install: |