diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-02-17 01:00:44 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-02-17 01:00:44 +0000 |
commit | cd5e9f30bffaf918f484d789cad6a3304ca40530 (patch) | |
tree | 7799c4f86df653f9529efaa7531393ce3d380122 /graphics/libemf/Makefile | |
parent | 40351c2d7ce389cfadfa9b3f82f7cc9f8c511b38 (diff) | |
download | ports-cd5e9f30bffaf918f484d789cad6a3304ca40530.tar.gz ports-cd5e9f30bffaf918f484d789cad6a3304ca40530.zip |
Fix build on amd64.
PR: 131745
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Notes
Notes:
svn path=/head/; revision=228526
Diffstat (limited to 'graphics/libemf/Makefile')
-rw-r--r-- | graphics/libemf/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/graphics/libemf/Makefile b/graphics/libemf/Makefile index 19420b50e148..e07cb0cb83b8 100644 --- a/graphics/libemf/Makefile +++ b/graphics/libemf/Makefile @@ -18,12 +18,6 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" -BROKEN= Does not compile with GCC 4.2 -.endif -.endif - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |