diff options
Diffstat (limited to 'graphics/gsculpt/files/patch-SConstruct')
-rw-r--r-- | graphics/gsculpt/files/patch-SConstruct | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/gsculpt/files/patch-SConstruct b/graphics/gsculpt/files/patch-SConstruct index c7ac80c3f57e..d1ab2b0694e8 100644 --- a/graphics/gsculpt/files/patch-SConstruct +++ b/graphics/gsculpt/files/patch-SConstruct @@ -8,15 +8,6 @@ PLATFORM_WIN32 = 0 PLATFORM_LINUX = 1 -@@ -117,7 +117,7 @@ - pyExtSuffix = '.pyd' - elif platform == PLATFORM_LINUX: - localIncPaths = [ 'cpp' ] -- pyIncPaths = [ '/usr/include/python2.4' ] -+ pyIncPaths = [ '/usr/local/include/python2.4' ] - boostPyIncPaths = [] - standardIncPaths = [] - localLibPaths = [ '.' ] @@ -140,9 +140,24 @@ extLibs = pyLibs + boostPyLibs + glLibs |