Subject: Re: pkg/31483
To: None <tron@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Matthias Scheler <tron@zhadum.org.uk>
List: pkgsrc-bugs
Date: 10/06/2005 12:09:13
The following reply was made to PR pkg/31483; it has been noted by GNATS.

From: Matthias Scheler <tron@zhadum.org.uk>
To: RUMI Szabolcs <rumi@rtfm.hu>
Cc: gnats-bugs@NetBSD.org
Subject: Re: pkg/31483
Date: Thu, 6 Oct 2005 13:08:44 +0100

 --x+6KMIRAuhnl3hBn
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 On Thu, Oct 06, 2005 at 01:56:26PM +0200, RUMI Szabolcs wrote:
 > > Please try the attached patch for "pkgsrc/audio/libaudiofile/Makefile".
 > 
 > Applied patch, didn't work, same error.
 
 I've attached a new patch to this e-mail. Please try that.
 
 	Kind regards
 
 -- 
 Matthias Scheler                                  http://scheler.de/~matthias/
 
 --x+6KMIRAuhnl3hBn
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="audiofile.patch"
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/audio/libaudiofile/Makefile,v
 retrieving revision 1.39
 diff -u -r1.39 Makefile
 --- Makefile	11 Apr 2005 21:44:53 -0000	1.39
 +++ Makefile	6 Oct 2005 12:06:20 -0000
 @@ -20,6 +20,13 @@
  
  DOCDIR=			${PREFIX}/share/doc/libaudiofile
  
 +.include "../../mk/bsd.prefs.mk"
 +
 +.if ${OPSYS} == "OSF1"
 +post-configure:
 +	${ECHO} "#include <inttypes.h>" >> ${WRKSRC}/config.h
 +.endif
 +
  post-install:
  	${INSTALL_DATA_DIR} ${DOCDIR}
  	cd ${WRKSRC}/docs; ${INSTALL_DATA} af* sf* ${DOCDIR}
 
 --x+6KMIRAuhnl3hBn--