diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-08-21 10:27:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-08-21 10:27:33 +0000 |
commit | a2c23185b2fb7487ce18109e4874a5497c9d8e41 (patch) | |
tree | 84d9ada7a4da4064f8cb4d5e274e3b32f6a9f667 /app-editors/uemacs-pk/files | |
parent | Starting with version 4.2, net-libs/libfwbuilder is integrated (diff) | |
download | historical-a2c23185b2fb7487ce18109e4874a5497c9d8e41.tar.gz historical-a2c23185b2fb7487ce18109e4874a5497c9d8e41.tar.bz2 historical-a2c23185b2fb7487ce18109e4874a5497c9d8e41.zip |
Version bump. Snapshot of version maintained in Linux git tree.
Package-Manager: portage-2.1.10.11/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, 26 insertions, 0 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 new file mode 100644 index 000000000000..35f3c98febd6 --- /dev/null +++ b/app-editors/uemacs-pk/files/uemacs-pk-4.0.15_p20101216-gentoo.patch @@ -0,0 +1,26 @@ +--- 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 |