pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/attica



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Nov  6 09:41:30 UTC 2018

Modified Files:
        pkgsrc/misc/attica: Makefile

Log Message:
attica: be explicit in building qt4 version


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/misc/attica/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/attica/Makefile
diff -u pkgsrc/misc/attica/Makefile:1.31 pkgsrc/misc/attica/Makefile:1.32
--- pkgsrc/misc/attica/Makefile:1.31    Mon Mar 12 11:15:39 2018
+++ pkgsrc/misc/attica/Makefile Tue Nov  6 09:41:30 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2018/03/12 11:15:39 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2018/11/06 09:41:30 markd Exp $
 
 DISTNAME=      attica-0.4.2
 PKGREVISION=   4
@@ -17,6 +17,7 @@ USE_TOOLS+=   pkg-config
 USE_LANGUAGES= c c++
 USE_CMAKE=     yes
 CMAKE_ARG_PATH=        ..
+CMAKE_ARGS+=   -DQT4_BUILD=YES
 CONFIGURE_DIRS=        _build
 
 PKGCONFIG_OVERRIDE+=   lib/cmake/libattica.pc.cmake



Home | Main Index | Thread Index | Old Index