summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Huneycutt <chadh@gentoo.org>2001-08-14 00:38:20 +0000
committerChad Huneycutt <chadh@gentoo.org>2001-08-14 00:38:20 +0000
commit7f7fb5eb244d31a88d5b7b38dc342dd7d4cca364 (patch)
tree18d02958c2cf67c7a60ee0d9f6a399ad34d07241 /app-editors/e3
parentminor rewrites :) (diff)
downloadhistorical-7f7fb5eb244d31a88d5b7b38dc342dd7d4cca364.tar.gz
historical-7f7fb5eb244d31a88d5b7b38dc342dd7d4cca364.tar.bz2
historical-7f7fb5eb244d31a88d5b7b38dc342dd7d4cca364.zip
patch for broken gzexe. (solution -- don't use gzexe).
Diffstat (limited to 'app-editors/e3')
-rw-r--r--app-editors/e3/files/e3-1.7-gentoo.diff16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-editors/e3/files/e3-1.7-gentoo.diff b/app-editors/e3/files/e3-1.7-gentoo.diff
new file mode 100644
index 000000000000..bd3b889225f8
--- /dev/null
+++ b/app-editors/e3/files/e3-1.7-gentoo.diff
@@ -0,0 +1,16 @@
+diff -r -C2 e3-1.7.orig/Makefile e3-1.7/Makefile
+*** e3-1.7.orig/Makefile Sun Apr 22 07:40:34 2001
+--- e3-1.7/Makefile Sat Aug 11 23:50:03 2001
+***************
+*** 39,43 ****
+ # upx -q -q -q -k -9 e3 ; \
+ # fi ;
+! if which gzexe > /dev/null 2>&1 ; then gzexe e3; fi;
+ else
+ nasm $(AFLAGS) -o e3.o $(ASOURCES) -l e3.lst -D$(OS) -D$(EXMODE)
+--- 39,43 ----
+ # upx -q -q -q -k -9 e3 ; \
+ # fi ;
+! # if which gzexe > /dev/null 2>&1 ; then gzexe e3; fi;
+ else
+ nasm $(AFLAGS) -o e3.o $(ASOURCES) -l e3.lst -D$(OS) -D$(EXMODE)