pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/31483
The following reply was made to PR pkg/31483; it has been noted by GNATS.
From: Matthias Scheler <tron%zhadum.org.uk@localhost>
To: RUMI Szabolcs <rumi%rtfm.hu@localhost>
Cc: gnats-bugs%NetBSD.org@localhost
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--
Home |
Main Index |
Thread Index |
Old Index