- Fix build for amd64

- Bump PORTREVISION

Submitted by:	baptiste.daroussin@gmail.com (maintainer) via private email
Approved by:	thierry (mentor)
This commit is contained in:
Philippe Audeoud 2008-04-24 05:56:45 +00:00
parent b1a68885ed
commit 95e5f39d85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211874
2 changed files with 19 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= AtomicParsley
PORTVERSION= 0.9.0
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-source-${PORTVERSION}

View file

@ -0,0 +1,18 @@
--- ./AP_commons.h.orig 2006-08-27 02:35:15.000000000 +0000
+++ ./AP_commons.h 2008-04-21 16:40:55.000000000 +0000
@@ -38,15 +38,6 @@
#endif
#endif /*_UINT32_T */
-#ifndef _UINT64_T
-#define _UINT64_T
-#if defined (_MSC_VER)
-typedef unsigned __int64 uint64_t;
-#else
-typedef unsigned long long uint64_t;
-#endif /* _MSC_VER */
-#endif /* _UINT64_T */
-
#ifndef _INT16_T
#define _INT16_T
typedef short int16_t;