1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Broken fails to build

make compiler
cd src; cd objcrt; make
objc -q -c Object.m -DNDEBUG -O2 -noI
ar cr objcrt.a Object.o
objc -q -c Block.m -DNDEBUG -O2 -noI
/usr/include/stdlib.h:82: fatal: syntax error "void"
*** [Block.o] Error code 1
This commit is contained in:
Martin Wilke 2013-02-27 14:30:27 +00:00
parent b0522932ed
commit 3781f2f896
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313057

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: objc compiler
# Date created: 16 May 1998
# Whom: chuckr@freebsd.org
#
# Created by: chuckr@freebsd.org
# $FreeBSD$
#
PORTNAME= objc
PORTVERSION= 3.2.11
@ -16,6 +12,8 @@ COMMENT= Portable Object Compiler
BOOTVERSION= 3.2.11
BROKEN= fails to build
ALL_TARGET= default
MAKE_ENV= PATH=${WRKDIR}/bin:${PATH}
GNU_CONFIGURE= yes