diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-12-02 00:45:36 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-12-02 00:45:36 +0100 |
commit | 8feaa6fd2a9af806e334b947ae6b635927df88dc (patch) | |
tree | 08ef37f38ae7b75cf853908a7992a5d90b49a18e /dev-python/pythonmagick/files/pythonmagick-0.6-gentoo_misc_fixes.patch | |
parent | 8bdf1681e04a9a70a0a697cab65e96b235211633 (diff) | |
download | overlay-8feaa6fd2a9af806e334b947ae6b635927df88dc.tar.gz overlay-8feaa6fd2a9af806e334b947ae6b635927df88dc.tar.bz2 overlay-8feaa6fd2a9af806e334b947ae6b635927df88dc.zip |
Remove some old stuff
Diffstat (limited to '')
-rw-r--r-- | dev-python/pythonmagick/files/pythonmagick-0.6-gentoo_misc_fixes.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/pythonmagick/files/pythonmagick-0.6-gentoo_misc_fixes.patch b/dev-python/pythonmagick/files/pythonmagick-0.6-gentoo_misc_fixes.patch deleted file mode 100644 index 9455110..0000000 --- a/dev-python/pythonmagick/files/pythonmagick-0.6-gentoo_misc_fixes.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- SConstruct.orig 2006-10-18 00:57:28.000000000 +0200 -+++ SConstruct 2006-10-18 00:58:26.000000000 +0200 -@@ -20,16 +20,17 @@ - IM_LIB_PATH='/usr/lib/' - GD_LIBS=['Magick','Magick++','Wand'] - PYTHON_INCLUDE='/usr/include/python2.4' -- BOOST_PYTHON_LIB=['libboost_python-gcc'] -- CPP_FLAGS=['-DBOOST_PYTHON_STATIC_LIB','-O2'] -+ BOOST_PYTHON_LIB=['libboost_python'] -+ CPP_FLAGS=['-DBOOST_PYTHON_STATIC_LIB'] - - # setup the environment - env=Environment( - LIBPATH=['./',BOOSTLIBPATH, IM_LIB_PATH], - CPPPATH=[BOOST, PYTHON_INCLUDE] + IM_INCLUDE_PATH, -- RPATH=['./',BOOSTLIBPATH], -+ RPATH=[BOOSTLIBPATH], - CPPFLAGS=CPP_FLAGS - ) -+env.SConsignFile() - - def fix_includes(target,source,env): - for t in target: |