summaryrefslogtreecommitdiffstats
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-05-15 22:15:11 +0000
committerahze <ahze@FreeBSD.org>2005-05-15 22:15:11 +0000
commit93e99f246b8fae3fe63ce98c5712ef83199b1072 (patch)
tree802487183cdc8f8c941100dda2330b7040bcc04f /multimedia/vlc
parent2a77033f1a8783842f3b532ce59769d6f9e88ad1 (diff)
downloadFreeBSD-ports-93e99f246b8fae3fe63ce98c5712ef83199b1072.zip
FreeBSD-ports-93e99f246b8fae3fe63ce98c5712ef83199b1072.tar.gz
- Add a temp. work around for amd64 to only use wxgtk24
vlc-devel and next vlc (0.8.2) have wxgtk26 support for amd64 Reported by: pav
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index cb45bd4..45fdc75 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -198,7 +198,7 @@ COMMENT= Multimedia streaming server and player for various audio/video formats
RUN_DEPEDNS= ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera
LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
-CONFLICTS= vlc-devel-*[0-9]*
+CONFLICTS= vlc-devel-*[0-9]*
### BROKEN -- Needs newer verision of toolame ###
WITHOUT_TOOLAME= yes
@@ -270,6 +270,10 @@ CPPFLAGS+= -I${X11BASE}/include/wx-2.6/
.include <bsd.port.pre.mk>
+.if ${ARCH}=="amd64"
+WITH_WXGTK_VER= 2.4
+.endif
+
.if ${OSVERSION} < 500000 && defined(WITH_MOZILLA_PLUGIN) && !defined(WITHOUT_MOZILLA_PLUGIN)
.if ${WITH_MOZILLA}=="mozilla-devel"
USE_GCC= 3.4
OpenPOWER on IntegriCloud