Date: Mon, 9 Sep 2002 01:26:47 +0200 (CEST) From: Tilman Linneweh <tilman@arved.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: marcus@FreeBSD.org Subject: ports/42567: Fix Build after GNOMENG mass commit Message-ID: <200209082326.g88NQldK085849@sauna.arved.de>
next in thread | raw e-mail | index | archive | help
>Number: 42567 >Category: ports >Synopsis: Fix Build after GNOMENG mass commit >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 08 16:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tilman Linneweh >Release: FreeBSD 4.6-STABLE i386 >Organization: BSD Usergroup Austria >Environment: System: FreeBSD sauna.arved.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 7 20:02:41 CEST 2002 tilman@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386 >Description: Noticed by bento: gtk is needed in every case If WITH_GNOME, configure looks for gnome-config -> Added gnomelibs to i USE_GNOME >How-To-Repeat: >Fix: --- xhippo.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/xhippo/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 31 Aug 2002 00:13:22 -0000 1.21 +++ Makefile 8 Sep 2002 23:22:52 -0000 @@ -17,6 +17,7 @@ USE_XLIB= yes USE_GNOMENG= yes +USE_GNOME= gtk12 WANT_GNOME= yes GNU_CONFIGURE= yes MAKE_ARGS= CFLAGS="${CFLAGS}" @@ -26,9 +27,10 @@ .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mgtk12}!="" -USE_GNOME= gtk12 -PKGNAMESUFFIX= -gtk +.if ${HAVE_GNOME:Mgnomelibs}!="" +PKGNAMESUFFIX= -gnome +USE_GNOME+= gnomelibs +CONFIGURE_ARGS+=--with-gnome .endif post-install: --- xhippo.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: 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?200209082326.g88NQldK085849>