From marcus@gyros.marcuscom.com  Thu Apr  4 20:45:35 2002
Return-Path: <marcus@gyros.marcuscom.com>
Received: from gyros.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])
	by hub.freebsd.org (Postfix) with ESMTP id 0837C37B41A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  4 Apr 2002 20:45:34 -0800 (PST)
Received: from gyros.marcuscom.com (localhost [127.0.0.1])
	by gyros.marcuscom.com (8.12.2/8.12.2) with ESMTP id g354jJWt016294
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 4 Apr 2002 23:45:19 -0500 (EST)
	(envelope-from marcus@gyros.marcuscom.com)
Received: (from marcus@localhost)
	by gyros.marcuscom.com (8.12.2/8.12.2/Submit) id g354jJIE016293;
	Thu, 4 Apr 2002 23:45:19 -0500 (EST)
Message-Id: <200204050445.g354jJIE016293@gyros.marcuscom.com>
Date: Thu, 4 Apr 2002 23:45:19 -0500 (EST)
From: Joe Marcus Clarke <marcus@marcuscom.com>
Reply-To: Joe Marcus Clarke <marcus@marcuscom.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Fix build of x11/gdkxft with latest gnomecontrolcenter
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         36775
>Category:       ports
>Synopsis:       [PATCH] Fix build of x11/gdkxft with latest gnomecontrolcenter
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    marcus
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 04 20:50:02 PST 2002
>Closed-Date:    Sun May 19 12:57:01 PDT 2002
>Last-Modified:  Sun May 19 12:57:01 PDT 2002
>Originator:     Joe Marcus Clarke
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
MarcusCom, Inc.
>Environment:
System: FreeBSD gyros.marcuscom.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Apr 4 11:01:45 EST 2002 marcus@gyros.marcuscom.com:/usr/obj/usr/src/sys/GYROS i386


	
>Description:
gdkxft does not build with the latest gnomecontrolcenter.

Reported by: William Evanson <evawil823@hotmail.com>
>How-To-Repeat:
# cd /usr/ports/x11/gdkxft
# make
>Fix:

	

--- patch-capplet::Makefile.in begins here ---
--- capplet/Makefile.in.orig	Thu Apr  4 23:37:06 2002
+++ capplet/Makefile.in	Thu Apr  4 23:39:17 2002
@@ -103,7 +103,8 @@
 
 INCLUDES = \
 	-DDATADIR=\"$(datadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
-	$(GNOME_INCLUDEDIR) $(LIBGLADE_CFLAGS)
+	$(GNOME_INCLUDEDIR) $(LIBGLADE_CFLAGS) \
+	`gnome-config --cflags capplet`
 
 
 LDADD = \
--- patch-capplet::Makefile.in ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->marcus 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Sat May 18 21:36:29 PDT 2002 
Responsible-Changed-Why:  
I'll get with the maintainer on this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36775 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Sun May 19 12:56:37 PDT 2002 
State-Changed-Why:  
Committed, thanks ;-) ! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=36775 
>Unformatted:
