diff options
-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> |