diff options
author | hans <hans> | 2013-02-01 12:25:16 +0000 |
---|---|---|
committer | hans <hans> | 2013-02-01 12:25:16 +0000 |
commit | ff0d8668db26ac8de7e7cff16de96775fc383e13 (patch) | |
tree | 73265be68c16d7a38c1ebcd735cf1476b8ec1935 /mk | |
parent | c365425a4a098940324b01963490437cc3aed51a (diff) | |
download | pkgsrc-ff0d8668db26ac8de7e7cff16de96775fc383e13.tar.gz |
Set LIBABISUFFIX on SunOS x86_64. Should probably also be done for
sparcv9, but I can't test that.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/platform/SunOS.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk index fb28b73f236..65772e931ec 100644 --- a/mk/platform/SunOS.mk +++ b/mk/platform/SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: SunOS.mk,v 1.46 2012/11/26 10:40:32 jperkin Exp $ +# $NetBSD: SunOS.mk,v 1.47 2013/02/01 12:25:16 hans Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -75,6 +75,10 @@ _STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U-s} # install(1) option to strip PKG_TOOLS_BIN?= ${LOCALBASE}/sbin +.if (${MACHINE_ARCH} == "x86_64") +LIBABISUFFIX= /amd64 +.endif + _OPSYS_CAN_CHECK_SHLIBS= no # can't use readelf in check/bsd.check-vars.mk # check for maximum command line length and set it in configure's environment, |