Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 20:28:46 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546823 - head/emulators/e-uae
Message-ID:  <202008282028.07SKSkUE007507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Fri Aug 28 20:28:45 2020
New Revision: 546823
URL: https://svnweb.freebsd.org/changeset/ports/546823

Log:
  emulators/e-uae: fix build on recent current and deprecate

Modified:
  head/emulators/e-uae/Makefile

Modified: head/emulators/e-uae/Makefile
==============================================================================
--- head/emulators/e-uae/Makefile	Fri Aug 28 20:25:54 2020	(r546822)
+++ head/emulators/e-uae/Makefile	Fri Aug 28 20:28:45 2020	(r546823)
@@ -23,6 +23,11 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-sdl --with-sdl-gfx
 MAKE_JOBS_UNSAFE=	yes
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 PORTDOCS=	ChangeLog README bsdsocket.txt cmd-line.txt \
 		compiling.txt configuration.txt floppies.txt \
 		joystick.txt keyboard.txt scsi.txt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008282028.07SKSkUE007507>