aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/SoXt
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2007-03-17 18:25:58 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2007-03-17 18:25:58 +0000
commit1068af6f6e75ee9a6b904712894e536941e906b5 (patch)
treed8942230c54f102007e653ea02b12f8cbbd9edc6 /x11-toolkits/SoXt
parentfbff88f45c20bab691551cdbd0257b526c03dca2 (diff)
downloadports-1068af6f6e75ee9a6b904712894e536941e906b5.tar.gz
ports-1068af6f6e75ee9a6b904712894e536941e906b5.zip
Notes
Diffstat (limited to 'x11-toolkits/SoXt')
-rw-r--r--x11-toolkits/SoXt/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile
index c6ee1af2715a..1aa10a5703ca 100644
--- a/x11-toolkits/SoXt/Makefile
+++ b/x11-toolkits/SoXt/Makefile
@@ -26,4 +26,9 @@ CONFIGURE_TARGET= --target=""
USE_LDCONFIG= yes
MAN1= soxt-config.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-patch:
+ ${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure
+
+.include <bsd.port.post.mk>