diff options
author | pav <pav@FreeBSD.org> | 2008-06-19 04:49:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-06-19 04:49:48 +0800 |
commit | 7a9f2118a7bf68b3b403baccbe9d317ed0d13108 (patch) | |
tree | 0ccd915513b64a2ef1298cdefac7a07437983b47 /graphics/py-visual | |
parent | 1596b7d9a0ed7a69abc9d50f68a06bd7239d5e0d (diff) | |
download | freebsd-ports-gnome-7a9f2118a7bf68b3b403baccbe9d317ed0d13108.tar.gz freebsd-ports-gnome-7a9f2118a7bf68b3b403baccbe9d317ed0d13108.tar.zst freebsd-ports-gnome-7a9f2118a7bf68b3b403baccbe9d317ed0d13108.zip |
- Compiles again
Diffstat (limited to 'graphics/py-visual')
-rw-r--r-- | graphics/py-visual/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/graphics/py-visual/Makefile b/graphics/py-visual/Makefile index 0b7b50e7509f..7347d7a50b2b 100644 --- a/graphics/py-visual/Makefile +++ b/graphics/py-visual/Makefile @@ -45,12 +45,6 @@ VPYTHON_SCRIPT= bin/vpython.in .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" -BROKEN= Does not compile with GCC 4.2 -.endif -.endif - .if !defined(WITH_EXAMPLES) CONFIGURE_ARGS+= --disable-examples PLIST_SUB+= PORTEXAMPLES="@comment " |