diff options
Diffstat (limited to 'x11/rxvt-unicode/Makefile')
-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 e4567ca..eb50fa3 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 |