diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 23:56:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 23:56:08 +0000 |
commit | 41ffe2b9afc9acfbb9032269dba0b19f0e017043 (patch) | |
tree | 948ced9fedb4b7bfd30bce116f167875de137020 | |
parent | Update to 2.0.4. Note: opening Word document is still broken, but a bug has (diff) |
BROKEN on sparc64: Does not compile (needs -fPIC)
Notes
Notes:
svn path=/head/; revision=103155
-rw-r--r-- | devel/swig11/Makefile | 8 | ||||
-rw-r--r-- | japanese/tcl80/Makefile | 4 | ||||
-rw-r--r-- | korean/bitchx/Makefile | 4 |
3 files changed, 15 insertions, 1 deletions
diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile index 1a21af95b1a3..1a86997cbb33 100644 --- a/devel/swig11/Makefile +++ b/devel/swig11/Makefile @@ -42,7 +42,13 @@ PLIST_SUB= VER="${VER}" NO_LATEST_LINK= yes +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64 (needs -fPIC)" +.endif + post-install: ${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/japanese/tcl80/Makefile b/japanese/tcl80/Makefile index aa1294860de2..44b1c099d8a5 100644 --- a/japanese/tcl80/Makefile +++ b/japanese/tcl80/Makefile @@ -35,6 +35,10 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64 (needs -fPIC)" +.endif + .if !defined(NOPORTDOCS) post-patch: @${CP} ${FILESDIR}/README.FreeBSD.in ${TOPDIR}/README.FreeBSD.JP.in diff --git a/korean/bitchx/Makefile b/korean/bitchx/Makefile index 60d71bc3bfe8..7aecd1fd3a51 100644 --- a/korean/bitchx/Makefile +++ b/korean/bitchx/Makefile @@ -34,6 +34,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64 (needs -fPIC)" +.endif + CONFIGURE_ARGS+=--without-gtk .if defined(HAVE_ESOUND) |