1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/emulators/skyeye/Makefile
Gerald Pfeifer d09ed096c4 */*: Replace USE_GCC=any with USE_GCC=yes
USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).

Since commit 96c17633d9 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.

This should not make any functional difference at all.

Discussed with:	mat, linimon, pkubaj
2021-06-04 05:53:21 +00:00

25 lines
510 B
Makefile

# Created by: Ruan Wei (iamayan@gmail.com)
PORTNAME= skyeye
PORTVERSION= 1.2.5
PORTREVISION= 7
DISTVERSIONSUFFIX= _REL
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Environment simulates typical ARM-base embedded computer systems
LICENSE= GPLv2
USE_CSTD= gnu89
USE_BINUTILS= yes
USE_GCC= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_func_working_mktime=yes
CFLAGS+= -fcommon
PLIST_FILES= bin/skyeye
.include <bsd.port.mk>