Buildfixes for makedepend/xfwp
Stefan Dirsch
sndirsch at suse.de
Mon Jul 18 18:47:32 EST 2005
Hi
Attached you find 2 build fixes for
util/makedepend ("Xos.h/Xfuncproto.h not found")
app/xfwp ("io.c:279: error: storage size of 'time_zone' isn't known")
Best regards,
Stefan
Public Key available
------------------------------------------------------
Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH
Tel: 0911-740 53 0 Maxfeldstraße 5
FAX: 0911-740 53 479 D-90409 Nürnberg
http://www.suse.de Germany
------------------------------------------------------
-------------- next part --------------
--- util/makedepend/def.h.orig 2005-06-21 08:53:20.000000000 +0000
+++ util/makedepend/def.h 2005-06-21 08:53:34.000000000 +0000
@@ -32,8 +32,8 @@
# define USING_AUTOCONF
#endif
-#include "Xos.h"
-#include "Xfuncproto.h"
+#include "X11/Xos.h"
+#include "X11/Xfuncproto.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-------------- next part --------------
--- app/xfwp/Makefile.am.orig 2005-07-17 08:17:47.000000000 +0000
+++ app/xfwp/Makefile.am 2005-07-17 08:18:01.000000000 +0000
@@ -21,7 +21,7 @@
bin_PROGRAMS = xfwp
-xfwp_CFLAGS = $(DEP_CFLAGS)
+xfwp_CFLAGS = $(DEP_CFLAGS) -D_BSD_SOURCE
xfwp_LDADD = $(DEP_LIBS)
xfwp_SOURCES = \
More information about the xorg-modular
mailing list