mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
8 lines
173 B
Text
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)
|