3b36e3f40e
/usr/local/bin/ld: ./utils/libutils.a(skyeye_arch.o):/wrkdirs/usr/ports/emulators/skyeye/work/skyeye-1.2.5_REL/utils/config/skyeye_config.h:274: multiple definition of `skyeye_config'; skyeye.o:/wrkdirs/usr/ports/emulators/skyeye/work/skyeye-1.2.5_REL/./utils/config/skyeye_config.h:274: first defined here /usr/local/bin/ld: ./utils/libutils.a(skyeye_config.o):/wrkdirs/usr/ports/emulators/skyeye/work/skyeye-1.2.5_REL/utils/config/skyeye_config.h:274: multiple definition of `skyeye_config'; skyeye.o:/wrkdirs/usr/ports/emulators/skyeye/work/skyeye-1.2.5_REL/./utils/config/skyeye_config.h:274: first defined here /usr/local/bin/ld: ./utils/libutils.a(skyeye_options.o):/wrkdirs/usr/ports/emulators/skyeye/work/skyeye-1.2.5_REL/utils/config/skyeye_config.h:274: multiple definition of `skyeye_config'; skyeye.o:/wrkdirs/usr/ports/emulators/skyeye/work/skyeye-1.2.5_REL/./utils/config/skyeye_config.h:274: first defined here [...] http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/skyeye-1.2.5_7.log PR: 246700
25 lines
522 B
Makefile
25 lines
522 B
Makefile
# Created by: Ruan Wei (iamayan@gmail.com)
|
|
# $FreeBSD$
|
|
|
|
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= any
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= ac_cv_func_working_mktime=yes
|
|
CFLAGS+= -fcommon
|
|
|
|
PLIST_FILES= bin/skyeye
|
|
|
|
.include <bsd.port.mk>
|