Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 niro 634 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)