mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
slave port of gcc32
replaces gnustep-objc on some architectures
This commit is contained in:
parent
5cd8ee4b96
commit
08f231f091
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106894
@ -63,6 +63,7 @@
|
||||
SUBDIR += gambas
|
||||
SUBDIR += gauche
|
||||
SUBDIR += gawk
|
||||
SUBDIR += gcc-objc
|
||||
SUBDIR += gcc27
|
||||
SUBDIR += gcc28
|
||||
SUBDIR += gcc295
|
||||
|
30
lang/gcc-objc/Makefile
Normal file
30
lang/gcc-objc/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: gnustep-objc
|
||||
# Date created: 28.Mar.2003
|
||||
# Whom: dirk.meyer@dinoex.sub.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= lang
|
||||
PKGNAMESUFFIX= -objc
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= GNU Compiler Collection 3.2.3 with threads and shared libs
|
||||
|
||||
WANT_SHAREDLIBS= yes
|
||||
WANT_THREADS_SUPPORT= yes
|
||||
MASTERDIR?= ${.CURDIR}/../gcc32
|
||||
INSTALLS_SHLIB= yes
|
||||
LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
# does not build on:
|
||||
NOT_FOR_ARCHS= amd64
|
||||
|
||||
CONFLICTS?= gcc-3.2*
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
.include "${.CURDIR}/Makefile.local"
|
||||
.endif
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user