summaryrefslogtreecommitdiff
path: root/www/nginx/Makefile.cflags
blob: 9b1b89b325cdfc22f57716b9a2696f82a2f98366 (plain)
1
2
3
4
5
6
7
8
# $NetBSD: Makefile.cflags,v 1.1 2012/09/23 12:46:15 shattered Exp $

# This must be included after everything else to truly clear CFLAGS.
# If CFLAGS is non-empty, build with SunPro fails (bug 65).

.if !empty(PKG_OPTIONS:Mnginx-autodetect-cflags)
CFLAGS=
.endif