diff options
author | hans <hans@pkgsrc.org> | 2013-02-01 12:25:16 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2013-02-01 12:25:16 +0000 |
commit | 8a2393c7f6a88cdf364a7c67f93d7c27e8920583 (patch) | |
tree | 73265be68c16d7a38c1ebcd735cf1476b8ec1935 /mk | |
parent | 5adf1261b1d8410f2c77e48d26a7e3ceeab77712 (diff) | |
download | pkgsrc-8a2393c7f6a88cdf364a7c67f93d7c27e8920583.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, |