pkgsrc/security/nettle/patches/patch-aa

21 lines
637 B
Text

$NetBSD: patch-aa,v 1.3 2013/11/26 09:22:19 martin Exp $
--- configure.orig 2013-05-28 16:21:53.000000000 +0200
+++ configure 2013-11-26 10:12:32.000000000 +0100
@@ -4903,6 +4903,7 @@
solaris*) CCPIC="-fPIC" ;;
cygwin*) CCPIC="" ;;
mingw32*) CCPIC="" ;;
+ *netbsd*) CCPIC="-fPIC" ;;
*) CCPIC="-fpic" ;;
esac
else
@@ -7187,7 +7188,7 @@
enable_documentation=yes
else
- if test "x$enable_documentation" == "xauto" ; then
+ if test "x$enable_documentation" = "xauto" ; then
enable_documentation=no
else
as_fn_error $? "Cannot find 'makeinfo', required for documentation." "$LINENO" 5