diff options
author | 2012-05-26 21:14:09 +0000 | |
---|---|---|
committer | 2012-05-26 21:14:09 +0000 | |
commit | 39e7d7a62fe4c880caa4edd13a1fcd269c00c394 (patch) | |
tree | c714ca308c1b77171839daf511c37ce173be4205 /app-editors/uemacs-pk/files | |
parent | Version bump (diff) | |
download | historical-39e7d7a62fe4c880caa4edd13a1fcd269c00c394.tar.gz historical-39e7d7a62fe4c880caa4edd13a1fcd269c00c394.tar.bz2 historical-39e7d7a62fe4c880caa4edd13a1fcd269c00c394.zip |
Version bump, bug 387135. Remove old.
Package-Manager: portage-2.1.10.63/cvs/Linux x86_64
Diffstat (limited to 'app-editors/uemacs-pk/files')
-rw-r--r-- | app-editors/uemacs-pk/files/uemacs-pk-4.0.15_p20101216-gentoo.patch | 26 |
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 |