diff options
Diffstat (limited to 'devel/llvm-etoile')
-rw-r--r-- | devel/llvm-etoile/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/llvm-etoile/Makefile b/devel/llvm-etoile/Makefile index 83a603acdc32..880c28caa800 100644 --- a/devel/llvm-etoile/Makefile +++ b/devel/llvm-etoile/Makefile @@ -53,10 +53,6 @@ SVN_REV!= svn info http://llvm.org/svn/llvm-project/ | ${GREP} Revision | cut -d .include "Makefile.svn_rev" .endif -.if ${OSVERSION} >= 900007 -BROKEN= relocation R_X86_64_PC32 happens with -fPIC -.endif - .if defined(BOOTSTRAP) FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion |