pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/40327: multimedia/mplayer doesn't compile on MacOS-10.3.9/pkgsrc-2008Q3



The following reply was made to PR pkg/40327; it has been noted by GNATS.

From: Ignatios Souvatzis <is%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/40327: multimedia/mplayer doesn't compile on
        MacOS-10.3.9/pkgsrc-2008Q3
Date: Mon, 5 Jan 2009 15:49:36 +0100

 This patch makes it compile (and decode to -vo null) for me; full test
 will happen tonight. Any comments on the condition?
 
 (tested on a otherwise pkgsrc-2008Q3 system against cvs update -PAd'd
 mplayer).
 
        -is
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/multimedia/mplayer/Makefile,v
 retrieving revision 1.65
 diff -u -r1.65 Makefile
 --- Makefile   20 Dec 2008 00:44:46 -0000      1.65
 +++ Makefile   5 Jan 2009 14:43:44 -0000
 @@ -1,7 +1,7 @@
  # $NetBSD: Makefile,v 1.65 2008/12/20 00:44:46 jmcneill Exp $
  
  PKGNAME=      mplayer-${MPLAYER_PKG_VERSION}
 -PKGREVISION=  12
 +PKGREVISION=  13
  
  COMMENT=      Software-only MPEG-1/2/4 video decoder
  
 @@ -21,6 +21,10 @@
  BUILDLINK_PASSTHRU_DIRS+=     /usr/X11R6/include
  .endif
  
 +.if ${LOWER_OPSYS} == "darwin"
 +CONFIGURE_ARGS+=        --disable-qtx
 +.endif
 +
  INSTALLATION_DIRS+=   bin
  
  do-install:
 


Home | Main Index | Thread Index | Old Index