[Python-modules-commits] r15666 - in packages/shiboken/trunk/debian/patches (1 file)

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Mon Feb 14 15:24:28 UTC 2011


    Date: Monday, February 14, 2011 @ 15:24:23
  Author: odyx-guest
Revision: 15666

Use SET( instead of option( in the python flavour cmake redirector

Modified:
  packages/shiboken/trunk/debian/patches/allowMultipleShibokenVersions.patch

Modified: packages/shiboken/trunk/debian/patches/allowMultipleShibokenVersions.patch
===================================================================
--- packages/shiboken/trunk/debian/patches/allowMultipleShibokenVersions.patch	2011-02-14 15:24:05 UTC (rev 15665)
+++ packages/shiboken/trunk/debian/patches/allowMultipleShibokenVersions.patch	2011-02-14 15:24:23 UTC (rev 15666)
@@ -40,5 +40,5 @@
 +#                           (e.g. -py26   for the python 2.6 specific version;
 +#                                 -py26_d for the python 2.6 with -DPy_DEBUG specific version )
 +
-+option(SHIBOKEN_POSTFIX "Python specific shiboken postfix (e.g. @DEFAULT_SHIBOKEN_POSTFIX@ for the default python version)" @DEFAULT_SHIBOKEN_POSTFIX@)
++SET(SHIBOKEN_POSTFIX @DEFAULT_SHIBOKEN_POSTFIX@ CACHE STRING "Python specific shiboken postfix (e.g. @DEFAULT_SHIBOKEN_POSTFIX@ for the default python version)")
 +INCLUDE(@LIB_INSTALL_DIR@/cmake/Shiboken- at shiboken_VERSION@/ShibokenConfig${SHIBOKEN_POSTFIX}.cmake)




More information about the Python-modules-commits mailing list