Subject: pkg/34782: xine-lib
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <dauphin@enst.fr>
List: pkgsrc-bugs
Date: 10/11/2006 13:15:04
>Number:         34782
>Category:       pkg
>Synopsis:       xine-lib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 11 13:15:04 +0000 2006
>Originator:     Gilles Dauphin
>Release:        SunOS 5.10 i86pc
>Organization:
ENST 
>Environment:


System: SunOS bi.enst.fr 5.10 Generic_Patch_118844-30 i86pc


>Description:


configure use g++ to detect some facility ie:
socklen_t


>How-To-Repeat:


bmake configure
look at socklen_t in config.log and see that it is define as size_t
but size_t is still define one sone system...


>Fix:


--- Makefile.common.orig        Tue Aug  8 12:13:19 2006
+++ Makefile.common     Wed Oct 11 15:04:10 2006
@@ -23,6 +23,7 @@
 LIBTOOL_OVERRIDE=      libtool libtool-nofpic
 PKGCONFIG_OVERRIDE=    misc/libxine.pc.in
 USE_TOOLS+=            autoconf gmake msgfmt pkg-config
+USE_LANGUAGES+=                c++
 WRKSRC=                        ${WRKDIR}/xine-lib-1.1.2
 
 CONFIGURE_ARGS+=       --with-w32-path='${PREFIX}/lib/win32'