pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/31443: audio/faad2 refers to nonexistent header
The following reply was made to PR pkg/31443; it has been noted by GNATS.
From: Antoine Reilles <Antoine.Reilles%loria.fr@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/31443: audio/faad2 refers to nonexistent header
Date: Wed, 5 Oct 2005 14:32:12 +0200
--G4iJoqBmSsgzjUCe
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
I fixed it under netbsd by just removing the offending test, adding patch-aj
The thing here was to make sure uint8_t is defined, and at least under Netb=
sd,
uint8_t is defined in sys/types.h, which is already included by systems.h
$NetBSD$
--- common/mp4v2/systems.h.orig 2003-06-29 23:41:00.000000000 +0200
+++ common/mp4v2/systems.h
@@ -157,9 +157,11 @@ int gettimeofday(struct timeval *t, void
#ifdef HAVE_STDINT_H
#include <stdint.h>
#else
+#if 0
#error "Don't have stdint.h or inttypes.h - no way to get uint8_t"
#endif
#endif
+#endif
=20
#include <unistd.h>
#include <fcntl.h>
--G4iJoqBmSsgzjUCe
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (NetBSD)
iD8DBQFDQ8fM4VqmoGDE/mwRAr5EAJ9o4tnx3sF3Cudh/MhNDW/IzYGJVwCeMC+J
/5twb3HH2+2bjQaLLo7EPLo=
=QL4/
-----END PGP SIGNATURE-----
--G4iJoqBmSsgzjUCe--
Home |
Main Index |
Thread Index |
Old Index