diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-06 09:24:47 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-06 09:24:47 +0000 |
commit | e89431598170be23765ed6425f4d0608c6a6a177 (patch) | |
tree | f8c042d7942f69da9816ac9de90f3c05ef0e9856 /x11/rxvt-unicode | |
parent | 6194d3196280a767fe0a86b5f4c361f983885534 (diff) | |
download | ports-e89431598170be23765ed6425f4d0608c6a6a177.tar.gz ports-e89431598170be23765ed6425f4d0608c6a6a177.zip |
Notes
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index e4567ca97f87..eb50fa3f0b32 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -113,6 +113,10 @@ CONFIGURE_ENV+= LIBS="-lutil" .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= "libsupc++.a cannot be used when making a shared object (missing -fPIC)" +.endif + .if ${OSVERSION} < 500000 BROKEN= missing wide-character functions in FreeBSD-4.x libc .endif |