Date: Thu, 9 Mar 2000 05:40:03 -0800 (PST) From: "Chris D. Faulhaber" <jedgar@fxp.org> To: freebsd-ports@FreeBSD.org Subject: Re: ports/17278: Patch of Makefile Message-ID: <200003091340.FAA35760@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/17278; it has been noted by GNATS. From: "Chris D. Faulhaber" <jedgar@fxp.org> To: Peng HaiJie <phj@cn.FreeBSD.org> Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/17278: Patch of Makefile Date: Thu, 9 Mar 2000 08:35:32 -0500 (EST) On Thu, 9 Mar 2000, Peng HaiJie wrote: > > >Number: 17278 > >Category: ports > >Synopsis: need libintl which include the function gettext(). > > --- src/Makefile.orig Thu Mar 9 12:29:12 2000 > +++ src/Makefile Thu Mar 9 12:29:39 2000 > @@ -125,7 +125,7 @@ > DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I. > CPPFLAGS = -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/usr/local/includ > e -I/usr/X11R6/include > LDFLAGS = -L/usr/X11R6/lib > -LIBS = -lSM -lICE -liberty -lc -lm -L/usr/X11R6/lib -lX11 > +LIBS = -lSM -lICE -liberty -lc -lm -L/usr/X11R6/lib -lX11 -lintl > X_CFLAGS = -I/usr/X11R6/include > X_LIBS = -L/usr/X11R6/lib > X_EXTRA_LIBS = > Would you mind letting us know what port this might apply to? ----- 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?200003091340.FAA35760>