pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/unshield unshield: add required buildlinks
details: https://anonhg.NetBSD.org/pkgsrc/rev/bcf58e518e0a
branches: trunk
changeset: 368939:bcf58e518e0a
user: wiedi <wiedi%pkgsrc.org@localhost>
date: Fri Sep 22 23:26:20 2017 +0000
description:
unshield: add required buildlinks
Requires openssl and may use libiconv if detected,
but then forget to link it.
diffstat:
archivers/unshield/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r af2cee1ae11e -r bcf58e518e0a archivers/unshield/Makefile
--- a/archivers/unshield/Makefile Fri Sep 22 22:18:01 2017 +0000
+++ b/archivers/unshield/Makefile Fri Sep 22 23:26:20 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2017/08/29 11:18:40 martin Exp $
+# $NetBSD: Makefile,v 1.8 2017/09/22 23:26:20 wiedi Exp $
DISTNAME= unshield-1.4.2
+PKGREVISION= 1
MASTER_SITES= ${MASTER_SITE_GITHUB:=twogood/}
GITHUB_TAG= ${PKGVERSION_NOREV}
EXTRACT_SUFX= .zip
@@ -14,5 +15,9 @@
USE_CMAKE= yes
USE_LANGUAGES+= c++ c
+LDFLAGS+= -liconv
+
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index