diff options
author | agc <agc@pkgsrc.org> | 2009-07-26 05:32:43 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2009-07-26 05:32:43 +0000 |
commit | b9c8a2d4aec9a4d437db859d252472df8c4a39c1 (patch) | |
tree | 41adc4086865602b97d9241349597bd04bc6b058 /mk/platform/FreeBSD.mk | |
parent | 525f7eb2974d7ffcee9ba57347379fb831fe8823 (diff) | |
download | pkgsrc-b9c8a2d4aec9a4d437db859d252472df8c4a39c1.tar.gz |
Get rid of an abstraction violation which has been in the tree since
March 2008. Not vital, but the previous way does not scale well/at all.
Diffstat (limited to 'mk/platform/FreeBSD.mk')
-rw-r--r-- | mk/platform/FreeBSD.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/platform/FreeBSD.mk b/mk/platform/FreeBSD.mk index 96734884e52..718afe1a4ee 100644 --- a/mk/platform/FreeBSD.mk +++ b/mk/platform/FreeBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: FreeBSD.mk,v 1.25 2008/05/13 11:40:24 tnn Exp $ +# $NetBSD: FreeBSD.mk,v 1.26 2009/07/26 05:32:43 agc Exp $ # # Variable definitions for the FreeBSD operating system. @@ -82,6 +82,8 @@ SERIAL_DEVICES?= /dev/cuaa0 PKG_HAVE_KQUEUE= # defined .endif +_OPSYS_CAN_CHECK_SHLIBS= yes # use readelf in check/bsd.check-vars.mk + # check for maximum command line length and set it in configure's environment, # to avoid a test required by the libtool script that takes forever. _OPSYS_MAX_CMDLEN_CMD= /sbin/sysctl -n kern.argmax |