aboutsummaryrefslogtreecommitdiff
path: root/net/tryst
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-01-30 09:01:14 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-01-30 09:01:14 +0000
commit67706a6397a6546ed190daa1db4af1703f21c681 (patch)
tree29dc1394b45b05e69c29c295b07362cb6bc1e746 /net/tryst
parenta56f894b075e703f09692c02c4f3add6ed248fc1 (diff)
downloadports-67706a6397a6546ed190daa1db4af1703f21c681.tar.gz
ports-67706a6397a6546ed190daa1db4af1703f21c681.zip
Notes
Diffstat (limited to 'net/tryst')
-rw-r--r--net/tryst/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/tryst/Makefile b/net/tryst/Makefile
index 055b286557a1..3c5313c13b79 100644
--- a/net/tryst/Makefile
+++ b/net/tryst/Makefile
@@ -32,4 +32,9 @@ WRKSRC= ${WRKDIR}/Tryst-108.pl6
MASTER_SITES= http://gnustep.dyndns.org/Downloads/Frameworks/
.endif
+# to build on 64bit
+post-patch:
+ ${REINPLACE_CMD} -e 's|-Werror||' \
+ ${WRKSRC}/GNUmakefile.preamble
+
.include <bsd.port.mk>