xbiff patch

Stefan Dirsch sndirsch at suse.de
Sun Jul 17 07:34:41 EST 2005


Hi

The following patch fixes the xbiff build. As usual

  error: 'caddr_t'undeclared 

was the problem.

Regards,
Stefan Dirsch

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 --------------
--- app/xbiff/Makefile.am.orig	2005-07-16 11:44:54.000000000 +0000
+++ app/xbiff/Makefile.am	2005-07-16 11:45:12.000000000 +0000
@@ -21,7 +21,7 @@
 
 bin_PROGRAMS = xbiff
 
-xbiff_CFLAGS = $(DEP_CFLAGS)
+xbiff_CFLAGS = $(DEP_CFLAGS) -D_BSD_SOURCE
 xbiff_LDADD = $(DEP_LIBS)
 
 xbiff_SOURCES =	\


More information about the xorg-modular mailing list