diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-24 06:33:03 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-24 06:33:03 +0000 |
commit | 0c9dfe0a8562ff601b77382a6b8a663278d2e601 (patch) | |
tree | 748e6e5952b1f6bf2937dbf7d62e6cbd84ed00fd /x11/rxvt-unicode | |
parent | 6075e8825a283b170f3bf6768415f4b116f9045e (diff) | |
download | ports-0c9dfe0a8562ff601b77382a6b8a663278d2e601.tar.gz ports-0c9dfe0a8562ff601b77382a6b8a663278d2e601.zip |
Notes
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index de5c40fba050..4abbcd258c2f 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -119,10 +119,6 @@ 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 |