diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-guile/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index b38bf431bca2..d70a9dab5e76 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -48,6 +48,10 @@ CONFLICTS?= gnustep-guile-nox11-1.* GUILE_VER!= (cd ${PORTSDIR}/lang/guile && make -V GUILE_VER) +post-patch: + ${REINPLACE_CMD} -e 's|echo aout|echo elf|' \ + ${WRKSRC}/Greg/configure + pre-configure: ${TOUCH} ${WRKSRC}/Greg/ac_nonexistent.h |