openbsd-ports/graphics/shotwell/patches/patch-configure
landry 819e8da39d Unbreak after last commit. Dumb handmade configure script errors out if
passed arguments it doesn't expect, make that a warning.
2011-09-22 17:34:45 +00:00

19 lines
606 B
Plaintext

$OpenBSD: patch-configure,v 1.3 2011/09/22 17:34:45 landry Exp $
--- configure.orig Thu Sep 8 20:56:57 2011
+++ configure Thu Sep 22 19:30:57 2011
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
#
# Copyright 2009-2011 Yorba Foundation
#
@@ -129,7 +129,7 @@ do
*) if [ ! $value ]
then
- abort $1
+ echo "$1 is not a valid argument, FAIL"1
fi
variables="${variables}${option}=${value}\n"