1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

This port doesn't build when the system compiler is egcs.

This commit is contained in:
Steve Price 1999-06-22 16:55:16 +00:00
parent cd4f9532a6
commit 5f7699d913
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19655
2 changed files with 14 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# Date created: Thu Aug 1 10:50:57 CDT 1996
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.7 1998/10/12 01:08:23 jseger Exp $
# $Id: Makefile,v 1.8 1998/10/13 03:16:33 jseger Exp $
#
DISTNAME= mpegedit_v2.2
@ -15,7 +15,12 @@ MAINTAINER= erich@FreeBSD.org
BUILD_DEPENDS= ${PREFIX}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 400002
BROKEN= won\'t build with egcs compiler
.endif
USE_X_PREFIX= yes
USE_GMAKE= yes
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -3,7 +3,7 @@
# Date created: Thu Aug 1 10:50:57 CDT 1996
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.7 1998/10/12 01:08:23 jseger Exp $
# $Id: Makefile,v 1.8 1998/10/13 03:16:33 jseger Exp $
#
DISTNAME= mpegedit_v2.2
@ -15,7 +15,12 @@ MAINTAINER= erich@FreeBSD.org
BUILD_DEPENDS= ${PREFIX}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 400002
BROKEN= won\'t build with egcs compiler
.endif
USE_X_PREFIX= yes
USE_GMAKE= yes
.include <bsd.port.mk>
.include <bsd.port.post.mk>