Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2002 22:00:42 +0400 (MSD)
From:      Dmitry Morozovsky <marck@rinet.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37149: games/nethack4-gnome can't find gnome.h
Message-ID:  <200204161800.g3GI0gk89539@woozle.rinet.ru>

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

>Number:         37149
>Category:       ports
>Synopsis:       games/nethack4-gnome can't find gnome.h
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 16 11:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Morozovsky
>Release:        FreeBSD 4-STABLE i386
>Organization:
Cronyx Plus LLC (RiNet ISP)
>Environment:
System: FreeBSD 4-STABLE 


>Description:

	games/nethack3-gnome fails to find gnome.h in process of building.
	It seems that wrong Include directory have been specified

>How-To-Repeat:
	cd /usr/ports/games/nethack3-gnome
	make

	
>Fix:

	Don't know whether this fix is appropriate. Anyway, besides setgid
gtk issue (which is another story), this patch helps.


Index: files/patch-sys::unix::Makefile.src
===================================================================
RCS file: /home/ncvs/ports/games/nethack3-gnome/files/patch-sys::unix::Makefile.src,v
retrieving revision 1.1
diff -u -r1.1 patch-sys::unix::Makefile.src
--- files/patch-sys::unix::Makefile.src	2001/12/12 04:24:01	1.1
+++ files/patch-sys::unix::Makefile.src	2002/04/16 17:56:38
@@ -13,7 +13,7 @@
   # directories.  The ones given below is the usual spot for linux systems.
   # The paths are for glibconfig.h and gnomesupport.h respectively.
   #
-! GNOMEINC=-I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include/kpathsea -I../win/gnome
+! GNOMEINC=-I/usr/X11R6/include -I/usr/X11R6/include/gnome-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include/kpathsea -I../win/gnome
   
   # flags for debugging:
   # CFLAGS = -g -I../include
>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?200204161800.g3GI0gk89539>