Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2004 04:30:20 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/60972: audio/grip does not compile when "make WITH_CDPARANOIA=yes" is used
Message-ID:  <200401061230.i06CUKcA021032@freefall.freebsd.org>

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

From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: Esa Karkkainen <ejk@iki.fi>
Subject: Re: ports/60972: audio/grip does not compile when "make
 WITH_CDPARANOIA=yes" is used
Date: Tue, 6 Jan 2004 21:21:03 +0900

 Since USE_GNOME=gnomehack implies it, adding USE_REINPLACE=yes
 line is unnecessary in this case.
 
 I guess this patch should be the most simple solution.
 
 
 diff -urN /usr/ports/audio/grip/Makefile audio/grip/Makefile
 --- /usr/ports/audio/grip/Makefile	Tue Jan  6 21:08:05 2004
 +++ audio/grip/Makefile	Tue Jan  6 21:11:43 2004
 @@ -30,4 +30,7 @@
  CONFIGURE_ARGS+=	--disable-cdpar
  .endif
  
 +post-patch:
 +	@${REINPLACE_CMD} -e 's|<cdda/cdda|<cdda|g' ${WRKSRC}/src/cdpar.c
 +
  .include <bsd.port.mk>



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