1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Mark BROKEN on FreeBSD 9.X and up: does not compile

gcc: AdFrameworkFunctions.m: Objective-C compiler not installed on this system

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2012-02-05 22:40:04 +00:00
parent 63e65d1338
commit b63d0c6830
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290454

View File

@ -45,6 +45,12 @@ ADDITIONAL_LDFLAGS= -rpath-link=${WRKSRC}/Kernel/AdunKernel/AdunKernel.framework
MAKE_ENV+= GSL_LIB_DIR=${LOCALBASE}/lib
MAKE_ENV+= GSL_INCLUDE_DIR=${LOCALBASE}/include
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not compile on FreeBSD 9.X
.endif
post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DOMAIN|#GNUSTEP_INSTALLATION_DOMAIN|' \
${WRKSRC}/GNUmakefile \
@ -60,4 +66,4 @@ post-patch:
${REINPLACE_CMD} -e 's|GNUSTEP_HOME./..GNUSTEP_USER_DIR_TOOLS|GNUSTEP_LOCAL_TOOLS|' \
${WRKSRC}/GNUmakefile.postamble
.include <bsd.port.mk>
.include <bsd.port.post.mk>