diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-24 22:33:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-24 22:33:53 +0000 |
commit | f60a7698b3904efdfabe162bb1c938e90e7ec39d (patch) | |
tree | 4c9d65e097fffd95b587419a05be55ad0387fae9 /graphics/gsculpt/files/patch-SConstruct | |
parent | - Update to 2.0.5 (diff) |
- Update to 0.99.39/2
PR: 112046
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
Notes
Notes:
svn path=/head/; revision=190836
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 |