summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-08-21 10:27:33 +0000
committerUlrich Müller <ulm@gentoo.org>2011-08-21 10:27:33 +0000
commita2c23185b2fb7487ce18109e4874a5497c9d8e41 (patch)
tree84d9ada7a4da4064f8cb4d5e274e3b32f6a9f667 /app-editors/uemacs-pk/files
parentStarting with version 4.2, net-libs/libfwbuilder is integrated (diff)
downloadhistorical-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.patch26
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