Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2002 20:33:50 +0200 (CEST)
From:      Cyrille Lefevre <cyrille.lefevre@laposte.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@freebsd.org
Subject:   Maintainer update: astro/seti_applet (libgtop fix)
Message-ID:  <200204151833.g3FIXod31510@gits.dyndns.org>

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

>Submitter-Id:	current-users
>Originator:	Cyrille Lefevre
>Organization:	ACME
>Confidential:	no 
>Synopsis:	Maintainer update: astro/seti_applet (libgtop fix)
>Severity:	serious
>Priority:	medium
>Category:	ports
>Class:		maintainer-update
>Release:	FreeBSD 4.5-PRERELEASE i386
>Environment:
System: FreeBSD gits 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #14: Fri Jan 11 00:18:07 CET 2002 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386

>Description:
	libgtop heaaders have moved. IMHO, libgtop maintainters would have
	to indicate this to port maintainers which depend on it.

	Makefile
		CONFIGURE_ENV updated
>How-To-Repeat:
	http://bento.freebsd.org/errorlogs/4-full/seti_applet-0.4.1.log
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/astro/seti_applet/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	6 Nov 2001 11:04:29 -0000	1.10
+++ Makefile	15 Apr 2002 18:10:23 -0000
@@ -23,7 +23,8 @@
 USE_X_PREFIX=	yes
 USE_GNOME=	yes
 USE_LIBTOOL=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include \
+			  -I${LOCALBASE}/include/libgtop-1.0" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
 # Local variables

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?200204151833.g3FIXod31510>