From owner-freebsd-ports Sat Jan 26 21:40: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41CE737B41C for ; Sat, 26 Jan 2002 21:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0R5e2Y41819; Sat, 26 Jan 2002 21:40:02 -0800 (PST) (envelope-from gnats) Date: Sat, 26 Jan 2002 21:40:02 -0800 (PST) Message-Id: <200201270540.g0R5e2Y41819@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "David W. Chapman Jr." Subject: Re: ports/34061: patch for deskutils/kmymoney2 which currently fails build Reply-To: "David W. Chapman Jr." Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/34061; it has been noted by GNATS. From: "David W. Chapman Jr." 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