aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gnustep-mplayer
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-05-25 04:41:14 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-05-25 04:41:14 +0000
commit45d8d74f24b091757f12c9d3112bbfa907091f3f (patch)
tree50c1e925d1623a76fe32325236133f2ff1582246 /multimedia/gnustep-mplayer
parent3bbf0ec2d4350d5339cf69fc7c92d06e50923207 (diff)
downloadports-45d8d74f24b091757f12c9d3112bbfa907091f3f.tar.gz
ports-45d8d74f24b091757f12c9d3112bbfa907091f3f.zip
Notes
Diffstat (limited to 'multimedia/gnustep-mplayer')
-rw-r--r--multimedia/gnustep-mplayer/files/patch-ScrubbingBar.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/gnustep-mplayer/files/patch-ScrubbingBar.h b/multimedia/gnustep-mplayer/files/patch-ScrubbingBar.h
new file mode 100644
index 000000000000..bd547ade5034
--- /dev/null
+++ b/multimedia/gnustep-mplayer/files/patch-ScrubbingBar.h
@@ -0,0 +1,11 @@
+--- Classes/ScrubbingBar.h.orig Tue Feb 22 17:07:54 2005
++++ Classes/ScrubbingBar.h Tue May 1 19:42:53 2007
+@@ -22,7 +22,7 @@
+ // info dictionary key
+ // @"SBClickedValue" NSNumber double
+
+-#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_2
++#if 1
+ typedef enum _NSScrubbingBarStyle {
+ NSScrubbingBarEmptyStyle = 0,
+ NSScrubbingBarProgressStyle = 1,