pkgsrc-Bugs archive

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

pkg/37886: x11/qt4-libs



>Number:         37886
>Category:       pkg
>Synopsis:       x11/qt4-libs
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 28 09:40:00 +0000 2008
>Originator:     Gilles Dauphin
>Release:        SunOS 5.10 i86pc
>Organization:
ENST 
>Environment:


System: SunOS bi.enst.fr 5.10 Generic_120012-14 i86pc


>Description:


   The specified system/compiler is not supported:

      
/pkg/obj/x11/qt4-libs/work/qt-x11-opensource-src-4.3.3/mkspecs/solaris-g++-32

   Please see the README file for a complete list.

*** Error code 2



>How-To-Repeat:


bmake


>Fix:


--- Makefile.common.orig        Mon Jan 28 10:32:12 2008
+++ Makefile.common     Fri Jan 25 19:08:39 2008
@@ -45,10 +45,19 @@
 .endif
 
 .if ${OPSYS} == "SunOS"
+CONFIGURE_SCRIPT=      ./configure -v
 .  if !empty(CC_VERSION:Mgcc*)
-CONFIGURE_ARGS+=       -platform solaris-g++
+.    if ${ABI} == "64"
+CONFIGURE_ARGS+=        -platform solaris-g++-${ABI}
+.    else
+ONFIGURE_ARGS+=         -platform solaris-g++
+.    endif
 .  else
-CONFIGURE_ARGS+=       -platform solaris-cc
+.    if ${ABI} == "64"
+CONFIGURE_ARGS+=        -platform solaris-cc-${ABI}
+.    else
+CONFIGURE_ARGS+=        -platform solaris-cc
+.    endif
 .  endif
 SYS_LIBS=              -lresolv -lsocket -lnsl -lrt
 .elif ${OPSYS} == "Interix"






Home | Main Index | Thread Index | Old Index