diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-04 00:27:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-04 00:27:03 +0800 |
commit | a9da50420779e75781c2a4a969f518c15f5f1e3f (patch) | |
tree | 912801d43ece6f3c7707996d173171002b77dd77 /misc | |
parent | 249ef90ec55e8250ce1529f0617c1de6277f386e (diff) | |
download | freebsd-ports-gnome-a9da50420779e75781c2a4a969f518c15f5f1e3f.tar.gz freebsd-ports-gnome-a9da50420779e75781c2a4a969f518c15f5f1e3f.tar.zst freebsd-ports-gnome-a9da50420779e75781c2a4a969f518c15f5f1e3f.zip |
Now build on sparc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/compat5x/Makefile | 4 | ||||
-rw-r--r-- | misc/compat6x/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile index b1b1a149a4d8..787901009977 100644 --- a/misc/compat5x/Makefile +++ b/misc/compat5x/Makefile @@ -29,10 +29,6 @@ USE_LDCONFIG= ${TARGET_DIR} .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= Does not install on sparc64: fails to link lib/compat/libpthread.so.1 -.endif - .if ${ARCH} == amd64 PLIST_SUB+= AMD64="" USE_LDCONFIG32= ${TARGET32_DIR} diff --git a/misc/compat6x/Makefile b/misc/compat6x/Makefile index b5b0b75d4e5b..fba51874383d 100644 --- a/misc/compat6x/Makefile +++ b/misc/compat6x/Makefile @@ -23,10 +23,6 @@ USE_LDCONFIG= ${TARGET_DIR} .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= Does not install on sparc64: fails to link lib/compat/libpthread.so.2 -.endif - .if ${ARCH} == amd64 USE_LDCONFIG32= ${TARGET32_DIR} .endif |