aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-03-29 21:11:13 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-03-29 21:11:13 +0000
commitd09456c17f08f8dbc1a8a21811850c28ea7bcfcd (patch)
tree5e9cc6c17e69e938c08f6adee1f1ac7eff937cb5 /archivers
parentf23f8a0e0ddbb92c882d3f35b6bdad2b5edc2a6d (diff)
downloadports-d09456c17f08f8dbc1a8a21811850c28ea7bcfcd.tar.gz
ports-d09456c17f08f8dbc1a8a21811850c28ea7bcfcd.zip
archivers/lib1541img: fix build on GCC architectures
Use newer GCC: ./include/1541img/cbmdosfile.h:16: error: redefinition of typedef 'Event'
Notes
Notes: svn path=/head/; revision=529840
Diffstat (limited to 'archivers')
-rw-r--r--archivers/lib1541img/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/lib1541img/Makefile b/archivers/lib1541img/Makefile
index a3e58e0a91e8..cd85e3769ed4 100644
--- a/archivers/lib1541img/Makefile
+++ b/archivers/lib1541img/Makefile
@@ -10,7 +10,7 @@ COMMENT= Library for handling commodore 1541 disk images
LICENSE= BSD2CLAUSE
-USES= gmake
+USES= compiler:c11 gmake
USE_GITHUB= yes
GH_PROJECT= ${PORTNAME} zimk:zimk