mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
266 B
Plaintext
14 lines
266 B
Plaintext
$NetBSD: patch-aa,v 1.1 2010/05/02 13:51:44 wiz Exp $
|
|
|
|
--- bin/pyxcc.orig 2010-04-11 09:39:38.000000000 +0000
|
|
+++ bin/pyxcc
|
|
@@ -1,7 +1,7 @@
|
|
#!/bin/sh
|
|
export MACOSX_DEPLOYMENT_TARGET=10.3
|
|
ver=2.3
|
|
-if [ $1 == -p ]; then
|
|
+if [ $1 = -p ]; then
|
|
ver=$2
|
|
shift 2
|
|
fi
|