Re: bsd.gnustep.mk: gnustep-objc

2009-12-04 Thread Andriy Gapon
on 04/12/2009 10:58 Dirk Meyer said the following: Andriy Gapon schrieb:, 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

bsd.gnustep.mk: gnustep-objc

2009-12-03 Thread Andriy Gapon
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