$OpenBSD: patch-contrib_src_Makefile_in,v 1.2 2015/11/23 13:05:54 sthen Exp $

Zap mmedia contrib library.
It contains deprecated and/or linux-only code, it's not used by any
port and it's already gone bye-bye in upstream svn trunk as well.
And we avoid depending on ossaudio and esound, which is also good.

--- contrib/src/Makefile.in.orig	Tue Mar 22 12:00:34 2011
+++ contrib/src/Makefile.in	Mon Nov 23 12:54:37 2015
@@ -1,6 +1,6 @@
 # $Id: patch-contrib_src_Makefile_in,v 1.2 2015/11/23 13:05:54 sthen Exp $
 
-CONTRIB_SUBDIRS=fl gizmos mmedia ogl plot stc svg #deprecated #applet
+CONTRIB_SUBDIRS=fl gizmos ogl plot stc svg #deprecated #applet #mmedia
 
 all:
 	@for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done
