Uses C++.
This commit is contained in:
parent
152d87f7ef
commit
1667ddbf82
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.19 2006/04/17 13:46:20 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2006/05/18 18:04:10 joerg Exp $
|
||||
|
||||
PKGNAME= unixodbc-DataManager-${ODBC_BASE_VERS}
|
||||
PKGREVISION= 3
|
||||
|
@ -17,6 +17,8 @@ CONFIGURE_ENV+= USER_LDFLAGS=${LDFLAGS:M*:Q}
|
|||
CONFIGURE_ENV+= ac_cv_have_x=${_AC_CV_HAVE_X:Q}
|
||||
CONFIGURE_ENV+= ac_cv_have_qt=${_AC_CV_HAVE_QT:Q}
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
MAKE_FLAGS+= DataManager_DEPENDENCIES=""
|
||||
|
||||
_EXTRA_INCLUDES?= ${LOCALBASE}/include:${X11BASE}/include
|
||||
|
|
Loading…
Reference in a new issue