cc -O2 -pipe -c main.c

main.c: In function 'alarmInterrupt':
main.c:40: error: parameter name omitted

Moving to ports-gcc on base-gcc arches fixes build on sparc64
This commit is contained in:
kmos
2026-03-16 22:29:08 +00:00
parent 59c6a21b92
commit 57c2e5d514
+7
View File
@@ -10,6 +10,13 @@ MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# GPLv2+
PERMIT_PACKAGE = Yes
# cc -O2 -pipe -c main.c
# main.c: In function 'alarmInterrupt':
# main.c:40: error: parameter name omitted
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
WANTLIB = c
SITES = ${SITE_SOURCEFORGE:=pdfcrack/}