aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorjadawin <jadawin@FreeBSD.org>2008-04-24 13:56:45 +0800
committerjadawin <jadawin@FreeBSD.org>2008-04-24 13:56:45 +0800
commit5d19fbc69646c2e4dd9a46f2f45101a8ae7f5973 (patch)
treea243cd0e09ed33b2ecf33efc6d38a6a04d3042d2 /multimedia
parenta22b98d7f5f8396c9643284e7dfba02f736dc925 (diff)
downloadfreebsd-ports-gnome-5d19fbc69646c2e4dd9a46f2f45101a8ae7f5973.tar.gz
freebsd-ports-gnome-5d19fbc69646c2e4dd9a46f2f45101a8ae7f5973.tar.zst
freebsd-ports-gnome-5d19fbc69646c2e4dd9a46f2f45101a8ae7f5973.zip
- Fix build for amd64
- Bump PORTREVISION Submitted by: baptiste.daroussin@gmail.com (maintainer) via private email Approved by: thierry (mentor)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/atomicparsley/Makefile1
-rw-r--r--multimedia/atomicparsley/files/patch-AP_commons.h18
2 files changed, 19 insertions, 0 deletions
diff --git a/multimedia/atomicparsley/Makefile b/multimedia/atomicparsley/Makefile
index a049a6f2ce1a..9082e9852447 100644
--- a/multimedia/atomicparsley/Makefile
+++ b/multimedia/atomicparsley/Makefile
@@ -7,6 +7,7 @@
PORTNAME= AtomicParsley
PORTVERSION= 0.9.0
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-source-${PORTVERSION}
diff --git a/multimedia/atomicparsley/files/patch-AP_commons.h b/multimedia/atomicparsley/files/patch-AP_commons.h
new file mode 100644
index 000000000000..7fa71ba2285d
--- /dev/null
+++ b/multimedia/atomicparsley/files/patch-AP_commons.h
@@ -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;