diff options
author | linimon <linimon@FreeBSD.org> | 2019-03-15 07:53:47 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-03-15 07:53:47 +0800 |
commit | 5a107767cbb0ddadc926202d2706f3827fc633ba (patch) | |
tree | 5857bb0b777ad70041d37995784245c0e5055531 /emulators/fs-uae | |
parent | f52aa5a877cc22b5fc21597de9166b0d657a9510 (diff) | |
download | freebsd-ports-gnome-5a107767cbb0ddadc926202d2706f3827fc633ba.tar.gz freebsd-ports-gnome-5a107767cbb0ddadc926202d2706f3827fc633ba.tar.zst freebsd-ports-gnome-5a107767cbb0ddadc926202d2706f3827fc633ba.zip |
Fix build on gcc-based architectures:
configure: error: C compiler cannot create executables
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'emulators/fs-uae')
-rw-r--r-- | emulators/fs-uae/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/fs-uae/Makefile b/emulators/fs-uae/Makefile index 258a871d817a..73c0d0270ebe 100644 --- a/emulators/fs-uae/Makefile +++ b/emulators/fs-uae/Makefile @@ -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 |