pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cad/openscad
Module Name: pkgsrc
Committed By: plunky
Date: Fri Sep 2 09:51:07 UTC 2016
Modified Files:
pkgsrc/cad/openscad: Makefile
Log Message:
don't need to specify EIGENDIR since eigen3 pkg-config is fixed
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/cad/openscad/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cad/openscad/Makefile
diff -u pkgsrc/cad/openscad/Makefile:1.36 pkgsrc/cad/openscad/Makefile:1.37
--- pkgsrc/cad/openscad/Makefile:1.36 Thu Sep 1 19:53:36 2016
+++ pkgsrc/cad/openscad/Makefile Fri Sep 2 09:51:06 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2016/09/01 19:53:36 plunky Exp $
+# $NetBSD: Makefile,v 1.37 2016/09/02 09:51:06 plunky Exp $
#
DISTNAME= openscad-2015.03-2.src
@@ -24,12 +24,10 @@ CHECK_PORTABILITY_SKIP+=tests/compare-bi
REPLACE_PYTHON= libraries/MCAD/get_submodules.py
.include "../../lang/python/application.mk"
-QMAKE_ENV= EIGENDIR=${PREFIX}/include/eigen3
-
MAKE_ENV+= INSTALL_ROOT=${DESTDIR}
do-configure:
- cd ${WRKSRC} && ${SETENV} ${QMAKE_ENV} ${QTDIR}/bin/qmake \
+ cd ${WRKSRC} && ${QTDIR}/bin/qmake \
PREFIX=${PREFIX} -after QMAKE_YACC=bison QMAKE_LEX=flex
.include "../../devel/boost-headers/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index