diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-11-22 08:35:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-11-22 08:35:23 +0000 |
commit | f63311415c95894de3b0842b03b078607e614729 (patch) | |
tree | eb97eb620d88dced085081fff8ee2d0e3ebd9fe4 /lang/q/Makefile | |
parent | e202be6a263e1c88c91f146c0a0648113e4a9cec (diff) | |
download | ports-f63311415c95894de3b0842b03b078607e614729.tar.gz ports-f63311415c95894de3b0842b03b078607e614729.zip |
- Fix build with gcc 4.2
PR: 118029
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Approved by: portmgr (erwin)
Notes
Notes:
svn path=/head/; revision=202790
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 |