mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2f407f198f
PR: 177981 Submitted by: maintainer Feature safe: yes
11 lines
368 B
Plaintext
11 lines
368 B
Plaintext
--- ./Makefile.orig 2013-04-12 03:34:14.000000000 +0900
|
|
+++ ./Makefile 2013-04-20 02:48:03.000000000 +0900
|
|
@@ -1,6 +1,6 @@
|
|
# The following options seem to work fine on Linux, FreeBSD, and Darwin
|
|
OPTIMIZE=-O2 -g
|
|
-CFLAGS=-Wall -Werror -pthread --no-strict-aliasing
|
|
+CFLAGS=-pthread
|
|
INCPATH=-I/usr/local/include -I/opt/local/include -I/usr/local/ssl/include
|
|
CC?=cc
|
|
|