diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-15 20:42:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-15 20:42:35 +0000 |
commit | 3997ba8bbc740f4507fadb0c73035c23373d94ec (patch) | |
tree | 266b278e24c0082f7fdff1eddcd58db6e4b5babe /textproc/lexxia | |
parent | 953c116fecf8b723f27ef2d412ba26e7f2c6c0bc (diff) |
Notes
Diffstat (limited to 'textproc/lexxia')
-rw-r--r-- | textproc/lexxia/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/lexxia/Makefile b/textproc/lexxia/Makefile index 4f6a2ccc579e..d68f8c95a46b 100644 --- a/textproc/lexxia/Makefile +++ b/textproc/lexxia/Makefile @@ -19,4 +19,10 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/lexxia -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= does not compile: toString(long unsigned int) cannot be overloaded +.endif + +.include <bsd.port.post.mk> |