pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/orc
Module Name: pkgsrc
Committed By: leot
Date: Mon Oct 23 10:17:39 UTC 2017
Modified Files:
pkgsrc/devel/orc: Makefile
Log Message:
orc: Append to USE_TOOLS (`+=') instead of initialize it (`=')
NFCI but can avoid some headaches if USE_TOOLS will be adjusted in the future.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/orc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/orc/Makefile
diff -u pkgsrc/devel/orc/Makefile:1.12 pkgsrc/devel/orc/Makefile:1.13
--- pkgsrc/devel/orc/Makefile:1.12 Mon Oct 23 10:11:21 2017
+++ pkgsrc/devel/orc/Makefile Mon Oct 23 10:17:39 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/10/23 10:11:21 leot Exp $
+# $NetBSD: Makefile,v 1.13 2017/10/23 10:17:39 leot Exp $
DISTNAME= orc-0.4.27
CATEGORIES= devel
@@ -11,7 +11,7 @@ COMMENT= Compiler for vector operations
LICENSE= modified-bsd
USE_LIBTOOL= yes
-USE_TOOLS= gmake
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= orc.pc.in
Home |
Main Index |
Thread Index |
Old Index