pkgsrc-Bugs archive

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

Re: pkg/44588: multimedia/xine-lib PLIST problems (NetBSD 5.0)



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

From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/44588: multimedia/xine-lib PLIST problems (NetBSD 5.0)
Date: Sat, 19 Feb 2011 01:25:53 +0700

     Date:        Fri, 18 Feb 2011 08:15:09 +0000 (UTC)
     From:        Thomas Klausner <wiz%NetBSD.org@localhost>
     Message-ID:  <20110218081509.6B42A63B100%www.NetBSD.org@localhost>
 
   |  Take a look at Makefile.common:
   |  .if exists(${X11BASE}/lib/libXvMCW.so)
  
   |  Please try to find out how the logic needs to be modified to fix the
   |  problem for you.
 
 NetBSD 5 (or 5.0 anyway, and I suspect the others as well) has no
 libXvMCW.so but it does have libXvMC.so so I just made the test be
 
        .if exists(${X11BASE}/lib/libXvMC.so)
 
 and that worked fine - but whether that's the proper way to test it
 or not I have no idea.
 
 Another possibility might be to test 
 
        .if exists(${X11BASE}/include/X11/extensions/XvMC.h)
 
 I didn't try that one, but I see no reason it wouldn't work (testing
 for that include file is one of the tests that I observed configure make).
 
 kre
 


Home | Main Index | Thread Index | Old Index