598fbe4282
vala update. This now uses gtk+3. ok landry@ (maintainer)
19 lines
609 B
Plaintext
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"
|