Date: Tue, 28 Mar 2000 11:10:08 -0800 (PST) From: "Chris D. Faulhaber" <jedgar@fxp.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/17647: Update port: math/wmcalc Message-ID: <200003281910.LAA49270@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/17647; it has been noted by GNATS. From: "Chris D. Faulhaber" <jedgar@fxp.org> To: tkato@prontomail.ne.jp Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/17647: Update port: math/wmcalc Date: Tue, 28 Mar 2000 14:05:19 -0500 (EST) 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003281910.LAA49270>