openbsd-ports/graphics/shotwell/patches/patch-configure
ajacoutot 598fbe4282 Update to shotwell-0.11.92.20120226, git snapshot to cope with recent
vala update. This now uses gtk+3.

ok landry@ (maintainer)
2012-02-27 19:41:55 +00:00

19 lines
609 B
Plaintext

$OpenBSD: patch-configure,v 1.4 2012/02/27 19:41:55 ajacoutot Exp $
--- configure.orig Sun Feb 26 15:04:33 2012
+++ configure Sun Feb 26 15:07:49 2012
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
#
# Copyright 2009-2012 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"