- Update to bug-fix-release
- Fix compilation on -STABLE (Scott Mitchell) PR: ports/69201 Submitted by: David Le Brun (maintainer)
This commit is contained in:
parent
fad33c4f87
commit
1ba7697f6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114926
3 changed files with 16 additions and 2 deletions
|
@ -7,9 +7,11 @@
|
|||
|
||||
PORTNAME= gtkpod
|
||||
PORTVERSION= 0.80
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-2
|
||||
|
||||
MAINTAINER= david@dyn-ns.net
|
||||
COMMENT= GUI for Apple iPods using GTK2
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (gtkpod-0.80.tar.gz) = 369790286247a9634944aba9f1ac2587
|
||||
SIZE (gtkpod-0.80.tar.gz) = 672614
|
||||
MD5 (gtkpod-0.80-2.tar.gz) = 50cc19b1a535df4c37e588baa08bf3c4
|
||||
SIZE (gtkpod-0.80-2.tar.gz) = 673639
|
||||
|
|
12
audio/gtkpod/files/patch-src::mp4file.c
Normal file
12
audio/gtkpod/files/patch-src::mp4file.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- src/mp4file.c.orig Wed Jul 28 00:22:05 2004
|
||||
+++ src/mp4file.c Wed Jul 28 00:22:50 2004
|
||||
@@ -108,7 +108,8 @@
|
||||
#define MP4V2_HAS_METADATA_BUG TRUE
|
||||
|
||||
#include <sys/types.h>
|
||||
-#include <stdint.h>
|
||||
+#include <sys/param.h>
|
||||
+#include <inttypes.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "mp4.h"
|
Loading…
Reference in a new issue