diff options
Diffstat (limited to 'net/libfetch/Makefile')
-rw-r--r-- | net/libfetch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libfetch/Makefile b/net/libfetch/Makefile index 518513ebd49..a8292ec9f5e 100644 --- a/net/libfetch/Makefile +++ b/net/libfetch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2014/02/12 23:18:22 tron Exp $ +# $NetBSD: Makefile,v 1.52 2014/06/07 19:22:51 cheusov Exp $ # DISTNAME= libfetch-2.36 @@ -28,6 +28,8 @@ INSTALLATION_DIRS= include lib ${PKGMANDIR}/cat3 ${PKGMANDIR}/man3 BUILD_TARGET= depend all INSTALL_TARGET= install includes +CPPFLAGS= -D_GNU_SOURCE + do-extract: ${CP} -r ${FILESDIR} ${WRKSRC} |