diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-25 16:20:49 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-25 16:20:49 +0000 |
commit | efcb348186744d7ebe4bb130ae698ff97844d6fc (patch) | |
tree | 97af6be06b9ddcb0ed7c9f9c32a4c4f218021b96 /net/csup | |
parent | 0cf61cf9d96d1ae2d1cfa02af469339cf3786f02 (diff) | |
download | pkgsrc-efcb348186744d7ebe4bb130ae698ff97844d6fc.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'net/csup')
-rw-r--r-- | net/csup/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/csup/Makefile b/net/csup/Makefile index c8c388e0648..d1c4d6a608f 100644 --- a/net/csup/Makefile +++ b/net/csup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/02/12 23:18:19 tron Exp $ +# $NetBSD: Makefile,v 1.10 2016/02/25 16:20:50 jperkin Exp $ # DISTNAME= csup-snap-20100404 @@ -34,9 +34,7 @@ CFLAGS+= -DHAVE_FFLAGS .endif # taken from ${WRKSRC}/GNUmakefile -.if ${OPSYS} == "Linux" -CFLAGS+= -D_XOPEN_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -.endif +CFLAGS.Linux+= -D_XOPEN_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 .include "../../devel/zlib/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" |