summaryrefslogtreecommitdiff
path: root/mk/platform/FreeBSD.mk
diff options
context:
space:
mode:
authoragc <agc>2009-07-26 05:32:43 +0000
committeragc <agc>2009-07-26 05:32:43 +0000
commit15e6454093f99e829136469dd570629b4d7ccfa0 (patch)
tree41adc4086865602b97d9241349597bd04bc6b058 /mk/platform/FreeBSD.mk
parentbf4f66babd05e687cd1e8602ce27e1d4b7a456d9 (diff)
downloadpkgsrc-15e6454093f99e829136469dd570629b4d7ccfa0.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.mk4
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