15 lines
773 B
Plaintext
15 lines
773 B
Plaintext
$NetBSD: patch-Makefile,v 1.1 2016/05/05 20:07:37 tron Exp $
|
|
|
|
Don't attempt to build "keyanalyze" and related utilties. They don't build
|
|
on systems without SHA1 hash functions in the system library and we don't
|
|
install them in the first place.
|
|
|
|
--- Makefile.orig 2016-04-25 23:06:10.000000000 +0100
|
|
+++ Makefile 2016-05-05 21:02:55.000000000 +0100
|
|
@@ -1,4 +1,4 @@
|
|
-DIRS=caff gpg-key2ps gpg-mailkeys gpgsigs gpglist gpgparticipants keyanalyze keylookup \
|
|
+DIRS=caff gpg-key2ps gpg-mailkeys gpgsigs gpglist gpgparticipants keylookup \
|
|
sig2dot springgraph gpgwrap gpgdir keyart gpg-key2latex
|
|
VERSION=$(shell dpkg-parsechangelog 2>&1 | perl -ne 'print $$1 if /^Version: ([^-]*)/')
|
|
DEBVERSION=$(shell dpkg-parsechangelog 2>&1 | perl -ne 'print $$1 if /^Version: (.*)/')
|