[Pkg-phototools-commits] [SCM] openimageio branch, master, updated. upstream/1.1.2+dfsg0-93-g1228be7
Matteo F. Vescovi
mfv.debian at gmail.com
Thu Dec 27 09:27:25 UTC 2012
The following commit has been merged in the master branch:
commit 6c56c4afa0ca9b21aaa5db0800ce55531282d0f8
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date: Mon Dec 24 16:39:18 2012 +0100
debian/rules: set export vars for gcc and g++ compilers
diff --git a/debian/rules b/debian/rules
index 8c9bb2a..55a2881 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
export DH_OPTIONS
export REPACK_SH=$(CURDIR)/debian/repack.sh
+export CC=gcc-4.7
+export CXX=g++-4.7
INSTDIR=debian/tmp
--
OpenImageIO packaging
More information about the Pkg-phototools-commits
mailing list