Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2003 22:00:29 -0700 (PDT)
From:      "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" <giffunip@yahoo.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/52380: Configure problem in libggi
Message-ID:  <200305180500.h4I50TaG087237@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/52380; it has been noted by GNATS.

From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" <giffunip@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/52380: Configure problem in libggi
Date: Sun, 18 May 2003 05:59:22 +0100 (BST)

 --0-1303387244-1053233962=:22289
 Content-Type: text/plain; charset=iso-8859-1
 Content-Transfer-Encoding: 8bit
 Content-Id: 
 Content-Disposition: inline
 
 it's simple but patch attached anyways.
 
 __________________________________________________
 Yahoo! Plus
 For a better Internet experience
 http://www.yahoo.co.uk/btoffer
 --0-1303387244-1053233962=:22289
 Content-Type: text/plain; name=patch-libggi
 Content-Description: patch-libggi
 Content-Disposition: inline; filename=patch-libggi
 
 diff -ruN libggi.orig/Makefile libggi/Makefile
 --- libggi.orig/Makefile	Sat May 17 23:06:51 2003
 +++ libggi/Makefile	Sat May 17 23:11:41 2003
 @@ -22,8 +22,8 @@
  USE_XLIB=	yes
  INSTALLS_SHLIB=	yes
  
 -GNU_CONFIGURE=	yes
 -CONFIGURE_ARGS=	--with-gii=${PREFIX}
 +HAS_CONFIGURE=	yes
 +CONFIGURE_ARGS=	--disable-internal-xf86dga
  WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
  
  .if exists(/usr/include/kgi/kgi.h)
 diff -ruN libggi.orig/pkg-plist libggi/pkg-plist
 --- libggi.orig/pkg-plist	Sat May 17 23:06:51 2003
 +++ libggi/pkg-plist	Sat May 17 23:13:17 2003
 @@ -107,6 +107,8 @@
  lib/ggi/display/tile.so
  lib/ggi/display/trueemu.la
  lib/ggi/display/trueemu.so
 +lib/ggi/display/xf86dga.la
 +lib/ggi/display/xf86dga.so
  %%WITH_SVGALIB%%lib/ggi/display/vgagl.la
  %%WITH_SVGALIB%%lib/ggi/display/vgagl.so
  lib/ggi/display/vgl.la
 
 --0-1303387244-1053233962=:22289--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305180500.h4I50TaG087237>