Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Dec 2009 18:59:33 +0200
From:      Andriy Gapon <avg@icyb.net.ua>
To:        ports@FreeBSD.org
Cc:        Dirk Meyer <dinoex@FreeBSD.org>
Subject:   bsd.gnustep.mk: gnustep-objc
Message-ID:  <4B17EE75.3030706@icyb.net.ua>

next in thread | raw e-mail | index | archive | help

I have a question about the following piece of code in bsd.gnustep.mk:

.if !defined(GNUSTEP_WITHOUT_LIBOBJC)
.if !defined(GNUSTEP_WITH_BASE_GCC)
BUILD_DEPENDS+= ${TARGLIB}/libobjc.so:${PORTSDIR}/${GNUSTEP_GCC_PORT}
RUN_DEPENDS+=   ${TARGLIB}/libobjc.so:${PORTSDIR}/${GNUSTEP_GCC_PORT}
.else
BUILD_DEPENDS+=
${GNUSTEP_SYSTEM_LIBRARIES}/libobjc.so:${PORTSDIR}/${GNUSTEP_OBJC_PORT}
RUN_DEPENDS+=
${GNUSTEP_SYSTEM_LIBRARIES}/libobjc.so:${PORTSDIR}/${GNUSTEP_OBJC_PORT}
.endif
.endif


What is the purpose of installing libobjc.so from gnustep-objc in the case when
GNUSTEP_WITH_BASE_GCC is defined?
Is /usr/lib/libobjc.so somehow not suitable?
Esp. given that all stable and "old-stable" versions of FreeBSD have GCC 4.2.
Am I missing something?

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B17EE75.3030706>