diff --git a/security/pdfcrack/Makefile b/security/pdfcrack/Makefile index 9fb5c249f1d..2fa45952ebd 100644 --- a/security/pdfcrack/Makefile +++ b/security/pdfcrack/Makefile @@ -10,6 +10,13 @@ MAINTAINER = Benoit Lecocq # 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/}