diff options
Diffstat (limited to 'lang/squeak/Makefile')
-rw-r--r-- | lang/squeak/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index fe342bc..1fc6d7c 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -63,13 +63,9 @@ IMAGES= Squeak${IMAGE_FULL_VERSION}.image \ Squeak${IMAGE_FULL_VERSION}.changes \ ${SQUEAK_SRC} -.include <bsd.port.pre.mk> - post-patch: -.if ${OSVERSION} > 900007 @${REINPLACE_CMD} -e 's,<utmp\.h>,<utmpx.h>,' \ ${WRKSRC}/unix/plugins/PseudoTTYPlugin/openpty.h -.endif @${REINPLACE_CMD} -e 's,return;,return 0;,' \ ${WRKSRC}/Cross/plugins/Mpeg3Plugin/libmpeg/video/idct.c \ ${WRKSRC}/Cross/plugins/Mpeg3Plugin/libmpeg/audio/layer3.c @@ -89,4 +85,4 @@ post-install: ${INSTALL_DATA} ${IMAGES:S,^,${WRKDIR}/,} \ ${STAGEDIR}${PREFIX}/lib/squeak -.include <bsd.port.post.mk> +.include <bsd.port.mk> |