mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
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:
@@ -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/}
|
||||
|
||||
Reference in New Issue
Block a user