diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 12:47:40 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 12:47:40 +0000 |
commit | 4ae4a631801beab97deb166639ef385db0d45fd0 (patch) | |
tree | 7c80b8ef9797499ba6f3e0d16845c8a553321bbd /textproc/source-highlight | |
parent | 391167ffebb802af7a8048b4c610e271744e1623 (diff) | |
download | ports-4ae4a631801beab97deb166639ef385db0d45fd0.tar.gz ports-4ae4a631801beab97deb166639ef385db0d45fd0.zip |
Notes
Diffstat (limited to 'textproc/source-highlight')
-rw-r--r-- | textproc/source-highlight/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index a9e992616eda..4e649ddda7b8 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -28,4 +28,12 @@ USE_GMAKE= yes MAN1= source-highlight.1 INFO= source-highlight -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + +.include <bsd.port.post.mk> |