diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 07:50:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-01 07:50:34 +0000 |
commit | 2fa83c6438203d634d6efe2139e617509d09a790 (patch) | |
tree | 066d6b3f376aab166da45e3383a9ee918ac88181 /net/openmcu | |
parent | f35ac164190a851293be178620691f1ac1d06f32 (diff) | |
download | ports-2fa83c6438203d634d6efe2139e617509d09a790.tar.gz ports-2fa83c6438203d634d6efe2139e617509d09a790.zip |
Notes
Diffstat (limited to 'net/openmcu')
-rw-r--r-- | net/openmcu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openmcu/Makefile b/net/openmcu/Makefile index cae8cad4195c..e697b5a73c2a 100644 --- a/net/openmcu/Makefile +++ b/net/openmcu/Makefile @@ -39,6 +39,8 @@ EXAMPLESDIR= ${PREFIX}/share/examples/openh323 .if ${ARCH} == sparc64 && ${OSVERSION} <= 700003 BROKEN= does not link due to missing symbol in default thread library +.elif ${ARCH} == "amd64" && ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 .endif pre-install: |