diff options
author | miwi <miwi@FreeBSD.org> | 2007-11-22 16:35:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-11-22 16:35:23 +0800 |
commit | 2ef410e3e18d5aad10a1a45c443a9075a88bc683 (patch) | |
tree | 981134de85cf83163a63eb7849db80f2affe5441 /lang/q/Makefile | |
parent | 83f7fe7569aaf7934b803e4d522ed119ac075434 (diff) | |
download | freebsd-ports-gnome-2ef410e3e18d5aad10a1a45c443a9075a88bc683.tar.gz freebsd-ports-gnome-2ef410e3e18d5aad10a1a45c443a9075a88bc683.tar.zst freebsd-ports-gnome-2ef410e3e18d5aad10a1a45c443a9075a88bc683.zip |
- Fix build with gcc 4.2
PR: 118029
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Approved by: portmgr (erwin)
Diffstat (limited to 'lang/q/Makefile')
-rw-r--r-- | lang/q/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/q/Makefile b/lang/q/Makefile index 5505397fa8a2..c5af638ea287 100644 --- a/lang/q/Makefile +++ b/lang/q/Makefile @@ -80,10 +80,6 @@ INFO= qdoc .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - .if ${ARCH} == "amd64" BROKEN= Does not build on amd64 (shared libraries must be compiled with -fPIC) .endif |