Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2002 19:31:23 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@freebsd.org
Subject:   Fix Build of irc/bitchx HAVE_GNOME=yes
Message-ID:  <200205151731.g4FHVNSq027908@tl.kom.tuwien.ac.at>

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

>Submitter-Id:	current-users
>Originator:	Tilman Linneweh
>Organization:	Vienna University of Technology
>Confidential:	no 
>Synopsis:	Fix Build of irc/bitchx HAVE_GNOME=yes
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		sw-bug
>Release:	FreeBSD 4.6-PRERELEASE i386
>Environment:
System: FreeBSD tl.kom.tuwien.ac.at 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #1: Fri May 3 16:38:54 CEST 2002 tilman@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
	The gnome@freebsd.org people moved gnome headers into a gnome-1.0 Directory.
	This fixes ports/36387.
	
>How-To-Repeat:
	
>Fix:

	
--- 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

-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



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?200205151731.g4FHVNSq027908>