Bug 38115

Summary: Fix Build of irc/bitchx HAVE_GNOME=yes
Product: Ports & Packages Reporter: Tilman Linneweh <tilman>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me CC: gnome
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Tilman Linneweh 2002-05-15 18:30:03 UTC
	The gnome@freebsd.org people moved gnome headers into a gnome-1.0 Directory.
	This fixes ports/36387.

Fix: 

-MAINTAINER=    ports@FreeBSD.org
+MAINTAINER=    freebsdports@arved.de

 WRKSRC=                ${WRKDIR}/BitchX

@@ -34,6 +34,7 @@
 .if defined(HAVE_GNOME)
 USE_GNOME=     yes
 CONFIGURE_ARGS+=--with-gtk
+CONFIGURE_ENV+= CFLAGS="-I${X11BASE}/include/gnome-1.0/"
 .else
 CONFIGURE_ARGS+=--without-gtk
 .endif--eZkfAdCbMgN1FpXTcWsqTFsUS5jOQqJMokEuy0zgXoLNSSE4
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig       Wed May 15 14:31:17 2002
+++ Makefile    Wed May 15 19:22:04 2002
@@ -12,7 +12,7 @@
                ftp://ftp.bitchx.org/pub/BitchX/source/
 DISTNAME=      ircii-pana-1.0c19
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-05-16 02:57:45 UTC
State Changed
From-To: open->closed

Committed, Thanks!