From 7debf45c22f930fee1dd8e94a064fcbed7f70464 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Fri, 3 Jun 2005 17:48:52 +0000 Subject: - Attempt to fix build on amd64 by using only wxgtk 2.4 Reported by: pointyhat via kris Obtained from: multimedia/vlc --- multimedia/vlc-devel/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'multimedia') diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 931dc923ecb7..87366a1c69c6 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -346,6 +346,10 @@ OPTIONS= AALIB "Console graphics support" Off \ .include +.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 -- cgit v1.2.3