summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2013-02-09 13:00:05 +0000
committerobache <obache>2013-02-09 13:00:05 +0000
commita4755bca42049f321a1e3450d09d9e10579f3834 (patch)
tree20a4232aba522dab4c5f190742b2ac0a3695c39a
parent8e4fe201c24988ba9e8daae46a97812639202f63 (diff)
downloadpkgsrc-a4755bca42049f321a1e3450d09d9e10579f3834.tar.gz
-no-undefined LDFLAGS is required to be linked with Cygwin.
-rw-r--r--devel/zlib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/zlib/Makefile b/devel/zlib/Makefile
index ef768903127..f798c14f6e5 100644
--- a/devel/zlib/Makefile
+++ b/devel/zlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2012/10/31 11:19:55 asau Exp $
+# $NetBSD: Makefile,v 1.46 2013/02/09 13:00:05 obache Exp $
DISTNAME= zlib-1.2.7
CATEGORIES= devel
@@ -16,6 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
CFLAGS+= ${CPPFLAGS}
+LDFLAGS.Cygwin= -no-undefined
INSTALLATION_DIRS= include lib ${PKGMANDIR}/man3