diff options
author | joerg <joerg@pkgsrc.org> | 2016-03-29 22:01:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-03-29 22:01:39 +0000 |
commit | ec7af19d5b4374410278db2a6c372e1c81165fb6 (patch) | |
tree | 10fc73536287ce4c9cbb7f9907f5cb45fac557e5 /graphics | |
parent | 22e3d2195722005ea31570de2a2b63c6d1c55c11 (diff) | |
download | pkgsrc-ec7af19d5b4374410278db2a6c372e1c81165fb6.tar.gz |
Set _KERNTYPES on NetBSD.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/digikam/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index 598bd744b08..45d583a4f16 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.122 2016/03/05 11:28:37 jperkin Exp $ +# $NetBSD: Makefile,v 1.123 2016/03/29 22:01:39 joerg Exp $ DISTNAME= digikam-4.13.0 PKGREVISION= 1 @@ -22,6 +22,8 @@ CMAKE_ARGS+= -DMYSQLD_PATH:PATH=${BUILDLINK_PREFIX.mysql-server}/libexec CMAKE_ARGS+= -DENABLE_OPENCV3:BOOL=ON USE_TOOLS+= gawk msgfmt perl:run pkg-config +CXXFLAGS.NetBSD+= -D_KERNTYPES + .include "options.mk" post-patch: |