openbsd-ports/devel/droplet/patches/patch-autogen_sh
sthen c01c035e5a - don't run configure twice
- don't rely on openssl for string.h (only in tests which aren't installed
so no big issue here, but let's get it out of build logs)
2014-05-23 12:31:36 +00:00

9 lines
223 B
Plaintext

$OpenBSD: patch-autogen_sh,v 1.1 2014/05/23 12:31:36 sthen Exp $
--- autogen.sh.orig Fri May 23 13:27:08 2014
+++ autogen.sh Fri May 23 13:27:09 2014
@@ -1,4 +1,3 @@
#!/bin/sh
aclocal -I m4
autoreconf -i
-./configure $@