Revision: 5244 Author: pebender Date: Mon Jul 27 22:29:27 2009 Log: - Fixed build problem wiht rxvt (maybe cause by the new gawk).
http://code.google.com/p/minimyth/source/detail?r=5244 Modified: /trunk/gar-minimyth/script/X11/rxvt/checksums /trunk/gar-minimyth/script/X11/rxvt/files/rxvt-2.6.4.patch ======================================= --- /trunk/gar-minimyth/script/X11/rxvt/checksums Tue May 27 18:02:51 2008 +++ /trunk/gar-minimyth/script/X11/rxvt/checksums Mon Jul 27 22:29:27 2009 @@ -1,4 +1,4 @@ 6b33ae7724e5e669ab9b2e79ae9a7758 download/rxvt-2.6.4.tar.gz -32b450204be25a8aca69664f34108183 download/rxvt-2.6.4.patch +0352132f15178277b8e86cf4d94f5e49 download/rxvt-2.6.4.patch 2c6387c1c2ceab371dcd4a69e1d5be82 download/config.cache.i386 318655a350833296307813b4885d1970 download/config.cache.x86_64 ======================================= --- /trunk/gar-minimyth/script/X11/rxvt/files/rxvt-2.6.4.patch Tue May 27 18:02:51 2008 +++ /trunk/gar-minimyth/script/X11/rxvt/files/rxvt-2.6.4.patch Mon Jul 27 22:29:27 2009 @@ -1,6 +1,6 @@ diff -Naur rxvt-2.6.4-old/autoconf/Make.common.in rxvt-2.6.4-new/autoconf/Make.common.in --- rxvt-2.6.4-old/autoconf/Make.common.in 1999-03-27 22:15:42.000000000 -0800 -+++ rxvt-2.6.4-new/autoconf/Make.common.in 2008-05-27 17:58:36.000000000 -0700 ++++ rxvt-2.6.4-new/autoconf/Make.common.in 2009-07-27 22:09:40.000000000 -0700 @@ -44,7 +44,7 @@ CMP = @CMP@ TBL = @TBL@ @@ -10,3 +10,15 @@ INSTALL_DATA = @INSTALL@ -m 644 # Flags & libs +diff -Naur rxvt-2.6.4-old/src/Makefile.in rxvt-2.6.4-new/src/Makefile.in +--- rxvt-2.6.4-old/src/Makefile.in 1999-10-14 16:48:55.000000000 -0700 ++++ rxvt-2.6.4-new/src/Makefile.in 2009-07-27 22:10:03.000000000 -0700 +@@ -60,7 +60,7 @@ + .c.o: + $(CC) $(DEFS) $(DEBUG) -c $(CPPFLAGS) $(XINC) -I. -I$(basedir) -I$(srcdir) $(DINCLUDE) $(CFLAGS) $< + #------------------------------------------------------------------------- +-all: protos rxvt ++all: rxvt + + rxvt: version.h $(OBJS) + $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(XLIB) $(DLIB) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
