aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vlc
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-05-15 05:59:59 +0800
committerahze <ahze@FreeBSD.org>2005-05-15 05:59:59 +0800
commit83be90380033baf09cdb347faf85c273ce508492 (patch)
tree7c2e70cc537bd6c8548cab46fdf32fb56454debb /multimedia/vlc
parent24ed23d29893a5e2a0519ef44896a00426eb06d0 (diff)
downloadfreebsd-ports-gnome-83be90380033baf09cdb347faf85c273ce508492.tar.gz
freebsd-ports-gnome-83be90380033baf09cdb347faf85c273ce508492.tar.zst
freebsd-ports-gnome-83be90380033baf09cdb347faf85c273ce508492.zip
- Fix WxGTK Gui when wxgtk24 and wxgtk26 are both installed
at the same time. This isn't a problem if you just have wxgtk26 installed or are using wxgtk24. Spotted by: mezz via irc
Diffstat (limited to 'multimedia/vlc')
-rw-r--r--multimedia/vlc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile
index 5973fb7d85dc..cb45bd4a6a31 100644
--- a/multimedia/vlc/Makefile
+++ b/multimedia/vlc/Makefile
@@ -180,7 +180,7 @@
PORTNAME= vlc
PORTVERSION= 0.8.1
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= multimedia audio ipv6 net www
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \
http://ftp.snt.utwente.nl/pub/software/videolan/vlc/${PORTVERSION}/ \
@@ -265,6 +265,7 @@ WXGTK2_PORT= wxgtk24
.else
WX_CONFIG= wxgtk2-2.6-config
WXGTK2_PORT= wxgtk26
+CPPFLAGS+= -I${X11BASE}/include/wx-2.6/
.endif
.include <bsd.port.pre.mk>