Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2002 23:45:19 -0500 (EST)
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36775: [PATCH] Fix build of x11/gdkxft with latest gnomecontrolcenter
Message-ID:  <200204050445.g354jJIE016293@gyros.marcuscom.com>

next in thread | raw e-mail | index | archive | help

>Number:         36775
>Category:       ports
>Synopsis:       [PATCH] Fix build of x11/gdkxft with latest gnomecontrolcenter
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 04 20:50:02 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>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?200204050445.g354jJIE016293>