set COMPILER and -std=c++11; Unbreak sparc64 build
OK feinerer@ (maintainer)
This commit is contained in:
parent
442bea308b
commit
e9780f5bcf
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2018/07/06 19:01:21 feinerer Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2018/10/09 07:09:53 rsadowski Exp $
|
||||
|
||||
COMMENT = tools to compute hashes recursively
|
||||
|
||||
GH_ACCOUNT = jessek
|
||||
GH_PROJECT = hashdeep
|
||||
GH_TAGNAME = v4.4
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
@ -15,6 +16,9 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} c m
|
||||
|
||||
# C++11 nullptr
|
||||
COMPILER = base-clang ports-clang ports-gcc
|
||||
|
||||
BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
|
||||
@ -26,6 +30,8 @@ AUTOMAKE_VERSION = 1.15
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
CXXFLAGS = -std=c++11
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && \
|
||||
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user