Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2001 10:47:16 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Maxim Sobolev <sobomax@freebsd.org>
Subject:   ports/31941: [patch] fix games/bombermaze
Message-ID:  <20011112234716.6456113D@k7.mavetju.org>

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

>Number:         31941
>Category:       ports
>Synopsis:       [patch] fix games/bombermaze
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 12 15:50:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju.org 4.4-RELEASE FreeBSD 4.4-RELEASE #2: Sat Nov 10 21:31:47 EST 2001 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386

# $FreeBSD: ports/games/bombermaze/Makefile,v 1.15 2001/06/27 10:33:32 sobomax Exp $

>Description:

As described by John Merryweather Cooper <john_m_cooper@yahoo.com>,
bombermaze doesn't build with the new gdk-pixbuf.

>How-To-Repeat:

cd to games/bombermaze and make

>Fix:

Add this patch to games/bombermaze/files as patch-src-Makefile.in

--- src/Makefile.in.old	Tue Nov 13 10:37:23 2001
+++ src/Makefile.in	Tue Nov 13 10:37:39 2001
@@ -127,7 +127,7 @@
 
 CPPFLAGS = -Wall
 
-INCLUDES = -I$(top_srcdir) -I$(includedir) $(GNOME_INCLUDEDIR) 	-DG_LOG_DOMAIN=\"$(PACKAGE)\" 	-DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" 	-DPACKAGE_DATADIR=\"$(configdir)\" 	-I../intl -I$(top_srcdir)/intl
+INCLUDES = -I$(top_srcdir) -I$(includedir) $(GDK_PIXBUF_CFLAGS) $(GNOME_INCLUDEDIR) 	-DG_LOG_DOMAIN=\"$(PACKAGE)\" 	-DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" 	-DPACKAGE_DATADIR=\"$(configdir)\" 	-I../intl -I$(top_srcdir)/intl
 
 
 bin_PROGRAMS = bombermaze
>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?20011112234716.6456113D>