- Support CC/X11BASE properly Remove file: patches/patch-ab patches/patch-ac
On Tue, 28 Mar 2000 tkato@prontomail.ne.jp wrote: > -+INCLUDES=-I${PREFIX}/include > -+LIBINC=-L${PREFIX}/lib > ++INCLUDES =-I${X11BASE}/include/X11 -I${X11BASE}/include > ++LIBINC =-L${X11BASE}/lib > +LIBS = -lX11 -lXpm -lXext -lm > > --#include <Xlib.h> > --#include <Xutil.h> > --#include <xpm.h> > --#include <extensions/shape.h> > --#include <keysym.h> > -+#include <X11/Xlib.h> > -+#include <X11/Xutil.h> > -+#include <X11/xpm.h> > -+#include <X11/extensions/shape.h> > -+#include <X11/keysym.h> I'm not sure I want to promote poor coding techniques my simply including /usr/X11R6/include/X11 instead of the standard /usr/X11R6/include to make up for the author's lack of the X11/ in his/her #include's. ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org
State Changed From-To: open->closed Committed, thanks! CC/X11BASE is now supported correctly, but I will wait for the author to fix the X11 #include's properly.