mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 16:31:18 +01:00
Remove gcc specific compiler flags, at least one of which doesn't work with
gcc 3.0.2. (-fstrict-prototypes)
This commit is contained in:
parent
e2bac28d84
commit
72b1c1af40
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89061
@ -2,8 +2,6 @@
|
||||
PROG= ncal
|
||||
SRCS= ncal.c
|
||||
|
||||
CFLAGS+= -Wall -Wmissing-prototypes -fstrict-prototypes -ansi -pedantic
|
||||
|
||||
DPADD+= ${LIBCALENDAR}
|
||||
LDADD+= -lcalendar
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user