ports/security/pixiewps/files/patch-Makefile
Fernando Apesteguía ff00850d8f security/pixiewps: fix build with GCC-based architectures
PR:	237102
Submitted by:	pkubaj@anongoth.pl
Approved by:	franz@bett.ag (maintainer)
2019-04-09 21:37:49 +00:00

8 lines
173 B
Text

--- Makefile.orig 2019-04-08 08:32:00 UTC
+++ Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -std=c99 -O3
+CFLAGS += -std=c99 -D__BSD_VISIBLE
LIBS = -lpthread
ifeq ($(OPENSSL),1)