pkgsrc-Bugs archive

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

pkg/33839: mk/motif.buildlink3.mk abi=64



>Number:         33839
>Category:       pkg
>Synopsis:       mk/motif.buildlink3.mk  abi=64
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 27 10:35:00 +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:


MOTIFLIB is define in motif.buildlink3.mk as
MOTIFLIB?=              ${COMPILER_RPATH_FLAG}${_MOTIFBASE}/lib \
                        -L${_MOTIFBASE}/lib -lXm -lXp

and don't take care of ABI

maybe it would be 
MOTIFLIB?=              ${COMPILER_RPATH_FLAG}${_MOTIFBASE}/lib/${ABI} \
                        -L${_MOTIFBASE}/lib/{ABI} -lXm -lXp

I define it in mk.conf


>How-To-Repeat:





>Fix:


see description





Home | Main Index | Thread Index | Old Index