SOURCES: rxvt-as-needed.patch (NEW) - BReq changed from X11R6 to X...

qrczak qrczak at pld-linux.org
Thu Feb 15 16:58:07 CET 2007


Author: qrczak                       Date: Thu Feb 15 15:58:07 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- BReq changed from X11R6 to X.org
- rxvt-as-needed.patch: fixed linking
- Release 5

---- Files affected:
SOURCES:
   rxvt-as-needed.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/rxvt-as-needed.patch
diff -u /dev/null SOURCES/rxvt-as-needed.patch:1.1
--- /dev/null	Thu Feb 15 16:58:07 2007
+++ SOURCES/rxvt-as-needed.patch	Thu Feb 15 16:58:02 2007
@@ -0,0 +1,11 @@
+--- rxvt-2.7.10/src/Makefile.in~	2001-11-30 04:22:56.000000000 +0100
++++ rxvt-2.7.10/src/Makefile.in	2007-02-15 16:50:25.000000000 +0100
+@@ -103,7 +103,7 @@
+ 	date >.protos
+ 
+ librxvt.la: $(LIBOBJS)
+-	$(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@
++	$(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) $(XLIB) -o $@
+ #-------------------------------------------------------------------------
+ tags: $(SRCS) $(HDRS) $(EXTRAHDRS)
+ 	ctags $(SRCS) $(HDRS) $(EXTRAHDRS)
================================================================


More information about the pld-cvs-commit mailing list