Date: Thu, 14 Mar 2019 23:53:47 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495745 - head/emulators/fs-uae Message-ID: <201903142353.x2ENrl4p007340@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903142353.x2ENrl4p007340>