aboutsummaryrefslogtreecommitdiff
path: root/textproc/archmage/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/archmage/files/patch-aa')
-rw-r--r--textproc/archmage/files/patch-aa25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/archmage/files/patch-aa b/textproc/archmage/files/patch-aa
new file mode 100644
index 000000000000..451a84a14af6
--- /dev/null
+++ b/textproc/archmage/files/patch-aa
@@ -0,0 +1,25 @@
+--- setup.py.orig Tue Feb 22 19:18:40 2005
++++ setup.py Tue Feb 22 19:19:26 2005
+@@ -14,7 +14,7 @@
+
+ py_modules = ['chmlib', 'CHM', 'mod_chm'],
+ scripts = ['archmage'],
+- data_files = [ ('/etc/', [ 'arch.conf' ] ),
++ data_files = [ ('etc/', [ 'arch.conf' ] ),
+ ( 'share/archmage/templates/',
+ ['templates/arch_contents.html',
+ 'templates/arch_frameset.html',
+@@ -65,13 +65,4 @@
+ 'templates/icons/7.gif',
+ 'templates/icons/8.gif',
+ 'templates/icons/9.gif']) ],
+- ext_modules = [ Extension(name = '_chmlib',
+- sources =
+- [ 'chmlib/chm_lib.c',
+- 'chmlib/wrapper.c',
+- 'chmlib/lzx.c',
+- 'chmlib/az_chmlib_add.c'
+- ],
+- include_dirs=["chmlib"])
+- ]
+ )