diff options
author | minskim <minskim> | 2004-10-15 21:17:50 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-10-15 21:17:50 +0000 |
commit | dd282a62276d817791b9147894995b440fa8f5c3 (patch) | |
tree | f0c58fcb2074182944b519c5b07f2a343faa6c51 /lang/lua | |
parent | 13a4d95f9b9682c8f651c684537c53d74c340586 (diff) | |
download | pkgsrc-dd282a62276d817791b9147894995b440fa8f5c3.tar.gz |
Needs -ldl on Interix.
Diffstat (limited to 'lang/lua')
-rw-r--r-- | lang/lua/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 068539a2c6a..7ba81295136 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/10/02 20:54:59 cube Exp $ +# $NetBSD: Makefile,v 1.18 2004/10/15 21:17:50 minskim Exp $ DISTNAME= lua-5.0.2 PKGREVISION= 1 @@ -26,6 +26,7 @@ USE_BUILDLINK3= yes ALL_TARGET= all so INSTALL_TARGET= install soinstall +LIBS.Interix+= -ldl LIBS.SunOS+= -ldl MAKE_ENV+= LIBS="${LIBS}" |