1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/dns/validns/files/patch-Makefile
Anton Berezin 2f407f198f Update to 0.7.
PR:		177981
Submitted by:	maintainer
Feature safe:	yes
2013-04-22 13:15:06 +00:00

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