Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2002 22:25:48 -0800
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        gnome@FreeBSD.org
Subject:   bsd.gnome.mk needs this patch
Message-ID:  <20020224222548.A66147@dragon.nuxi.com>

next in thread | raw e-mail | index | archive | help
Please commit ASAP.  USE_MOTIF sets USE_XLIB, which then ensures the X11
libs are installed.  GTK(GNOME) should do the same.

Index: bsd.gnome.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.gnome.mk,v
retrieving revision 1.13
diff -u -r1.13 bsd.gnome.mk
--- bsd.gnome.mk	13 Jan 2002 12:05:07 -0000	1.13
+++ bsd.gnome.mk	25 Feb 2002 06:24:39 -0000
@@ -220,6 +220,7 @@
 .endif
 .if defined(USE_GTK)
 USE_GLIB=	yes
+USE_XLIB=	yes
 .endif
 
 .if defined(USE_ESOUND)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020224222548.A66147>