diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-30 09:01:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-30 09:01:14 +0000 |
commit | 67706a6397a6546ed190daa1db4af1703f21c681 (patch) | |
tree | 29dc1394b45b05e69c29c295b07362cb6bc1e746 | |
parent | - update to Tryst-108.pl6 (diff) |
- fix build on 64bit
Notes
Notes:
svn path=/head/; revision=183695
-rw-r--r-- | net/tryst/Makefile | 5 |
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> |