/usr/local -> LOCALBASE
BUMP feedback from aja@
This commit is contained in:
parent
303928706f
commit
95b94ee523
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/01/08 14:56:29 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2012/01/09 07:58:07 sebastia Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = Tcl package that provides SNMP tools
|
||||
|
||||
DISTNAME = tcl-snmptools-1.0
|
||||
REVISION = 0
|
||||
SHARED_LIBS = snmptools10 1.0
|
||||
CATEGORIES = net
|
||||
MAINTAINER = Matthieu Herrb <matthieu@openbsd.org>
|
||||
@ -28,7 +29,7 @@ CONFIGURE_STYLE = gnu
|
||||
|
||||
CONFIGURE_ARGS+=--with-tcl=${MODTCL_LIBDIR} \
|
||||
--libdir=${MODTCL_TCLDIR} \
|
||||
CPPFLAGS="-I/usr/local/include" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
CFLAGS="${CFLAGS} -pthread"
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
Loading…
Reference in New Issue
Block a user