openbsd-ports/www/nostromo/patches/patch-src_nhttpd_Makefile
mglocker db5ad36981 Make nostromo compile on alpha arch again.
Spotted, tested, and OK merdely@
2008-04-23 10:52:35 +00:00

12 lines
282 B
Plaintext

--- src/nhttpd/Makefile.orig Tue Apr 22 20:16:48 2008
+++ src/nhttpd/Makefile Tue Apr 22 20:16:59 2008
@@ -1,7 +1,7 @@
PROG= nhttpd
SRCS= main.c http.c sys.c
-CFLAGS+= -Wall -Werror -Wstrict-prototypes
+CFLAGS+= -Wall -Wstrict-prototypes
LDADD+= -L../libmy -lmy
PIPE= -pipe