Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2002 21:40:02 -0800 (PST)
From:      "David W. Chapman Jr." <dwcjr@inethouston.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/34061: patch for deskutils/kmymoney2 which currently fails build
Message-ID:  <200201270540.g0R5e2Y41819@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/34061; it has been noted by GNATS.

From: "David W. Chapman Jr." <dwcjr@inethouston.net>
To: freebsd-gnats-submit@FreeBSD.org, shoemaker@softhome.net
Cc: dmitry_makovey@mail.com
Subject: Re: ports/34061: patch for deskutils/kmymoney2 which currently fails build
Date: Sat, 26 Jan 2002 23:31:17 -0600

 I think the much cleaner way is to put this in the port's Makefile, 
 instead of patching the port which should follow the variables below. 
  The following fixes it, but I could not fully test it since it doesn't 
 like my autoconf version.
 
 
 CONFIGURE_ARGS+=        --with-qt-dir=${X11BASE} 
 --with-qt-moc=${X11BASE}/bin
 MAKE_ENV+=              MOC=${X11BASE}/bin/moc2 LIBQT="-lqt2"
 

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?200201270540.g0R5e2Y41819>