diff options
Diffstat (limited to 'lang/gnustep-base/Makefile')
-rw-r--r-- | lang/gnustep-base/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 5ed83d417785..4acc9c4883c4 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -59,13 +59,6 @@ EXTRA_PATCHES+= ${FILESDIR}/NSFileManager.m.patch PATH:= ${PREFIX}/System/Tools:${PATH} -.if defined(GNUSTEP_WITH_BASE_GCC) -LDCONFIG_GCC= -.else -GCCSH!= (cd ${PORTSDIR}/${GNUSTEP_GCC_PORT} && make -V RC_D_SH) -LDCONFIG_GCC= ${LOCALBASE}/${GCCSH} -.endif - post-build: .for i in ${MAKE_APPS} (cd ${WRKSRC}/${i}; . ${SYSMAKEDIR}/GNUstep.sh; \ |