svn commit: r495745 - head/emulators/fs-uae

Mark Linimon linimon at FreeBSD.org
Thu Mar 14 23:53:48 UTC 2019


Author: linimon
Date: Thu Mar 14 23:53:47 2019
New Revision: 495745
URL: https://svnweb.freebsd.org/changeset/ports/495745

Log:
  Fix build on gcc-based architectures:
  
    configure: error: C compiler cannot create executables
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/emulators/fs-uae/Makefile

Modified: head/emulators/fs-uae/Makefile
==============================================================================
--- head/emulators/fs-uae/Makefile	Thu Mar 14 23:50:26 2019	(r495744)
+++ head/emulators/fs-uae/Makefile	Thu Mar 14 23:53:47 2019	(r495745)
@@ -13,12 +13,11 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	zip:archivers/zip
-
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libopenal.so:audio/openal-soft \
 		libmpeg2.so:multimedia/libmpeg2
 
-USES=		desktop-file-utils gettext gl gmake \
+USES=		compiler:c11 desktop-file-utils gettext gl gmake \
 		gnome localbase pkgconfig shared-mime-info
 
 USE_SDL=	sdl2


More information about the svn-ports-all mailing list