Subject: Re: pkg/31443: audio/faad2 refers to nonexistent header
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Antoine Reilles <Antoine.Reilles@loria.fr>
List: pkgsrc-bugs
Date: 10/05/2005 12:38:02
The following reply was made to PR pkg/31443; it has been noted by GNATS.
From: Antoine Reilles <Antoine.Reilles@loria.fr>
To: gnats-bugs@netbsd.org
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--