antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright Makefile gtkshell/swallow.c


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright Makefile gtkshell/swallow.c
Date: Sun, 26 Oct 2008 21:12:39 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 08/10/26 21:12:38

Modified files:
        .              : Makefile 
        gtkshell       : swallow.c 

Log message:
        Fix build errors on linux.  Fix annoying cleaning of xshell in all 
target
        of main Makefile.  Fix building of swallow.c on linux.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/Makefile?cvsroot=antiright&r1=1.25&r2=1.26
http://cvs.savannah.gnu.org/viewcvs/antiright/gtkshell/swallow.c?cvsroot=antiright&r1=1.6&r2=1.7

Patches:
Index: Makefile
===================================================================
RCS file: /sources/antiright/antiright/Makefile,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- Makefile    26 Oct 2008 00:36:09 -0000      1.25
+++ Makefile    26 Oct 2008 21:12:38 -0000      1.26
@@ -31,7 +31,6 @@
        cd libantiright && $(MAKE)
        cd gtkshell && $(MAKE)
        cd ACE-desktop && $(MAKE)
-       $(XSHELL_BUILD) clean
 ifneq ($(OS),MINGW32)
        cd xshell && $(MAKE)
        cd rootcat && $(MAKE)

Index: gtkshell/swallow.c
===================================================================
RCS file: /sources/antiright/antiright/gtkshell/swallow.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- gtkshell/swallow.c  20 Oct 2008 19:28:54 -0000      1.6
+++ gtkshell/swallow.c  26 Oct 2008 21:12:38 -0000      1.7
@@ -30,7 +30,9 @@
 #include <X11/X.h>
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
+#ifdef WIN32
 #include <reent.h>
+#endif
 #include <utmpx.h>
 
 static gboolean 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]