diff options
author | ahze <ahze@FreeBSD.org> | 2006-07-09 01:06:24 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-07-09 01:06:24 +0800 |
commit | 72b7835d48e9ab325a2dd3467d56d7fa7935fc99 (patch) | |
tree | 52dc0579304792243b1c5ad08ff1f9f7eb1ebd96 /print/pslib/Makefile | |
parent | 6e72ddb120b6966de310a96c069ded469df1fca6 (diff) | |
download | freebsd-ports-gnome-72b7835d48e9ab325a2dd3467d56d7fa7935fc99.tar.gz freebsd-ports-gnome-72b7835d48e9ab325a2dd3467d56d7fa7935fc99.tar.zst freebsd-ports-gnome-72b7835d48e9ab325a2dd3467d56d7fa7935fc99.zip |
- Fix build on sparc64
Diffstat (limited to 'print/pslib/Makefile')
-rw-r--r-- | print/pslib/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/print/pslib/Makefile b/print/pslib/Makefile index 2dcc5bc9999d..c49c38e18ad7 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -30,10 +30,6 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> -.if ${ARCH}==sparc64 -BROKEN= does not compile on ${ARCH} -.endif - .if defined(WITHOUT_NLS) CONFIGURE_ENV+= ac_cv_header_libintl_h=no PLIST_SUB+= NLS="@comment " |