Magellan Linux

Contents of /trunk/rxvt/patches/rxvt-2.7.10-as-needed.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 634 - (show annotations) (download)
Sun Jun 1 11:09:29 2008 UTC (15 years, 11 months ago) by niro
File size: 631 byte(s)
-patches for rxvt-2.7.10-r1

1 Index: rxvt-2.7.10/src/Makefile.in
2 ===================================================================
3 --- rxvt-2.7.10.orig/src/Makefile.in
4 +++ rxvt-2.7.10/src/Makefile.in
5 @@ -103,7 +103,7 @@ rxvt: version.h rxvt.o librxvt.la
6 date >.protos
7
8 librxvt.la: $(LIBOBJS)
9 - $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@
10 + $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) $(XLIB) -o $@
11 #-------------------------------------------------------------------------
12 tags: $(SRCS) $(HDRS) $(EXTRAHDRS)
13 ctags $(SRCS) $(HDRS) $(EXTRAHDRS)