Remove -Wall. It breaks compiling with non-gcc compilers.
This commit is contained in:
parent
4ab6ccf70a
commit
ef9f6f3c45
@ -2,7 +2,7 @@
|
||||
|
||||
PROG= tzsetup
|
||||
MAN= tzsetup.8
|
||||
CFLAGS+= -Wall -I${.CURDIR}
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
LDADD+= -ldialog -lncurses
|
||||
DPADD+= ${LIBDIALOG} ${LIBNCURSES}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user