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:   ports/38115: 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

>Number:         38115
>Category:       ports
>Synopsis:       Fix Build of irc/bitchx HAVE_GNOME=yes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 15 10:30:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
Vienna University of Technology
>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


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