diff options
Diffstat (limited to 'textproc/archmage/files/patch-aa')
-rw-r--r-- | textproc/archmage/files/patch-aa | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/textproc/archmage/files/patch-aa b/textproc/archmage/files/patch-aa index 451a84a14af6..ab5e2eb46749 100644 --- a/textproc/archmage/files/patch-aa +++ b/textproc/archmage/files/patch-aa @@ -1,25 +1,33 @@ ---- setup.py.orig Tue Feb 22 19:18:40 2005 -+++ setup.py Tue Feb 22 19:19:26 2005 -@@ -14,7 +14,7 @@ +--- setup.py.orig Fri Aug 15 08:11:14 2003 ++++ setup.py Sat Feb 26 12:29:32 2005 +@@ -12,9 +12,9 @@ + url = "archmage.sf.net", + version = "0.0.6", - py_modules = ['chmlib', 'CHM', 'mod_chm'], - scripts = ['archmage'], +- py_modules = ['chmlib', 'CHM', 'mod_chm'], +- scripts = ['archmage'], - data_files = [ ('/etc/', [ 'arch.conf' ] ), ++ py_modules = ['archmage.chmlib', 'archmage.CHM', 'archmage.mod_chm'], ++ scripts = ['archmage/archmage'], + data_files = [ ('etc/', [ 'arch.conf' ] ), ( 'share/archmage/templates/', ['templates/arch_contents.html', 'templates/arch_frameset.html', -@@ -65,13 +65,4 @@ +@@ -65,13 +65,11 @@ 'templates/icons/7.gif', 'templates/icons/8.gif', 'templates/icons/9.gif']) ], - ext_modules = [ Extension(name = '_chmlib', -- sources = ++ ext_modules = [ Extension(name = 'archmage._chmlib', + sources = - [ 'chmlib/chm_lib.c', - 'chmlib/wrapper.c', - 'chmlib/lzx.c', - 'chmlib/az_chmlib_add.c' -- ], ++ [ 'chmlib/wrapper.c', + ], - include_dirs=["chmlib"]) -- ] ++ libraries=["chm"] ++ ) + ] ) |