pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/unshield



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Fri Sep 22 23:26:20 UTC 2017

Modified Files:
        pkgsrc/archivers/unshield: Makefile

Log Message:
unshield: add required buildlinks

Requires openssl and may use libiconv if detected,
but then forget to link it.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/unshield/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/unshield/Makefile
diff -u pkgsrc/archivers/unshield/Makefile:1.7 pkgsrc/archivers/unshield/Makefile:1.8
--- pkgsrc/archivers/unshield/Makefile:1.7      Tue Aug 29 11:18:40 2017
+++ pkgsrc/archivers/unshield/Makefile  Fri Sep 22 23:26:20 2017
@@ -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_TOOLS+=           pkg-config
 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