diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2010-07-13 00:35:53 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2010-07-13 00:35:53 +0000 |
commit | 7f93df111ef1eefba702a570920bef307609063b (patch) | |
tree | 430229fd28f4b508df9e0d83b0c6d2d1ca85369d /multimedia/vlc/Makefile | |
parent | 64c692237830aee03c8fd8e139bdea06a7fea8d0 (diff) | |
download | ports-7f93df111ef1eefba702a570920bef307609063b.tar.gz ports-7f93df111ef1eefba702a570920bef307609063b.zip |
Notes
Diffstat (limited to 'multimedia/vlc/Makefile')
-rw-r--r-- | multimedia/vlc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 2ebc0e4750bc..fc3253f3a9bb 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -167,6 +167,11 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-modules__misc__inhibit__xdg.c \ ${FILESDIR}/extra-patch-modules__misc__inhibit__xscreensaver.c .endif +.if (${OSVERSION} < 702102) +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-modules__access__file.c \ + ${FILESDIR}/extra-patch-modules__access__fs.c +.endif + .if (${OSVERSION} < 700042) && defined(WITH_QT4) IGNORE= does not build on FreeBSD 6.x with Qt4.x, set this OPTION to off or\ define WITHOUT_QT4 to build CLI only version |