pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/emacs21/patches Add a patch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d72003aaa18b
branches:  trunk
changeset: 621148:d72003aaa18b
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Jul 05 13:44:07 2013 +0000

description:
Add a patch.

diffstat:

 editors/emacs21/patches/patch-src_Makefile.in |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 6164f5fe4d76 -r d72003aaa18b editors/emacs21/patches/patch-src_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/emacs21/patches/patch-src_Makefile.in     Fri Jul 05 13:44:07 2013 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_Makefile.in,v 1.1 2013/07/05 13:44:07 ryoon Exp $
+
+* Use giflib 5.0.
+
+--- src/Makefile.in.orig       2003-01-23 10:34:06.000000000 +0000
++++ src/Makefile.in
+@@ -402,7 +402,7 @@ LIBXT=
+ 
+ #if HAVE_GIF
+ #ifndef LIBGIF
+-#define LIBGIF -lungif
++#define LIBGIF -lgif
+ #endif /* not defined LIBGIF */
+ #else /* not HAVE_GIF */
+ #define LIBGIF



Home | Main Index | Thread Index | Old Index