summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/uemacs-pk/files/uemacs-pk-4.0.15_p20101216-gentoo.patch')
-rw-r--r--app-editors/uemacs-pk/files/uemacs-pk-4.0.15_p20101216-gentoo.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-editors/uemacs-pk/files/uemacs-pk-4.0.15_p20101216-gentoo.patch b/app-editors/uemacs-pk/files/uemacs-pk-4.0.15_p20101216-gentoo.patch
deleted file mode 100644
index 35f3c98febd6..000000000000
--- a/app-editors/uemacs-pk/files/uemacs-pk-4.0.15_p20101216-gentoo.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- uemacs-orig/Makefile
-+++ uemacs/Makefile
-@@ -56,7 +56,7 @@
-
- $(PROGRAM): $(OBJ)
- $(E) " LINK " $@
-- $(Q) $(CC) $(DEFINES) -o $@ $(OBJ) $(LIBS)
-+ $(Q) $(CC) $(LDFLAGS) $(DEFINES) -o $@ $(OBJ) $(LIBS)
-
- SPARSE=sparse
- SPARSE_FLAGS=-D__LITTLE_ENDIAN__ -D__x86_64__ -D__linux__ -D__unix__
---- uemacs-orig/epath.h
-+++ uemacs/epath.h
-@@ -25,10 +25,8 @@
- #if V7 | BSD | USG
- {
- ".emacsrc", "emacs.hlp",
--#if PKCODE
-- "/usr/global/lib/", "/usr/local/bin/", "/usr/local/lib/",
--#endif
--"/usr/local/", "/usr/lib/", ""};
-+ "/etc/uemacs-pk/", "/usr/share/uemacs-pk/", ""
-+};
- #endif
-
- #if VMS