diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 15:51:16 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 15:51:16 +0000 |
commit | b0533230a5dc0d2805b7e7bc9d84de5193b5f32d (patch) | |
tree | 06488cf5d0a666243bc87a55c904edf7520f8ef2 /textproc/domc | |
parent | 6c6cdf95b4984c625eb219505592bb7690d3bb20 (diff) |
Notes
Diffstat (limited to 'textproc/domc')
-rw-r--r-- | textproc/domc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile index 76eea6e3a8e1..f4c4bd5056ad 100644 --- a/textproc/domc/Makefile +++ b/textproc/domc/Makefile @@ -35,7 +35,7 @@ PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000 +.if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64-8: duplicate definition of strlen .endif |