Date: Sat, 21 Aug 1999 15:10:02 -0700 (PDT) From: Chris Piazza <cpiazza@home.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/13199: New port qt-2.0.1 Message-ID: <199908212210.PAA51290@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/13199; it has been noted by GNATS. From: Chris Piazza <cpiazza@home.net> To: Ryuichiro Imura <imura@cs.titech.ac.jp> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/13199: New port qt-2.0.1 Date: Sat, 21 Aug 1999 14:59:58 -0700 On Sat, Aug 21, 1999 at 02:50:01PM -0700, Ryuichiro Imura wrote: > The following reply was made to PR ports/13199; it has been noted by GNATS. > > From: Ryuichiro Imura <imura@cs.titech.ac.jp> > To: freebsd-gnats-submit@freebsd.org > Cc: > Subject: Re: ports/13199: New port qt-2.0.1 > Date: Sun, 22 Aug 1999 06:44:42 +0900 > > Hi. > > > diff -ruN qt2.orig/patches/patch-ab qt2/patches/patch-ab > > --- qt2.orig/patches/patch-ab Wed Aug 11 08:25:36 1999 > > +++ qt2/patches/patch-ab Tue Aug 17 13:38:36 1999 > > @@ -1,6 +1,19 @@ > > ---- src/Makefile.in.orig Thu Aug 12 00:24:51 1999 > > -+++ src/Makefile.in Thu Aug 12 00:25:16 1999 > > -@@ -17,7 +17,7 @@ > > +--- src/Makefile.in.orig Mon Jul 19 19:45:37 1999 > > ++++ src/Makefile.in Tue Aug 17 13:38:25 1999 > > +@@ -6,9 +6,10 @@ > > + CXXFLAGS= $(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS_X11) $(SYSCONF_CXXFLAGS) $(SYSCONF_CXXFLAGS_LIB) $(QT_CXXFLAGS_OPT) > > + CC = $(SYSCONF_CC) > > + CFLAGS = $(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB) $(QT_CFLAGS_OPT) > > +-INCPATH = > > ++INCPATH = -I${LOCALBASE}/include -I${X11BASE}/include > > + LFLAGS = $(SYSCONF_LFLAGS_X11) $(SYSCONF_LFLAGS) > > +-LIBS = $(SYSCONF_LIBS_X11) $(QT_LIBS_OPT) > > ++LIBS = $(SYSCONF_LIBS_X11) $(QT_LIBS_OPT) -L${LOCALBASE}/lib \ > > ++ -L${X11BASE}/lib > > Is it necessary? I don't think so. > See also $(WRKSRC)/configs/freebsd-g++shared please. It was for me. It doesn't harm anything anyway. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "It's better to be quotable than to be honest." --Tom Stoppard 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?199908212210.PAA51290>