a6ab3980da
DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, BSD, OpenSolaris and probably other UNIX-like systems. ok dcoppa@
10 lines
294 B
Plaintext
10 lines
294 B
Plaintext
$OpenBSD: patch-yasmwrapper_sh,v 1.1.1.1 2012/08/08 18:06:48 shadchin Exp $
|
|
--- yasmwrapper.sh.orig Wed May 2 01:00:37 2012
|
|
+++ yasmwrapper.sh Wed May 2 01:00:43 2012
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
ARGS=""
|
|
for i in $@ ; do
|
|
#if [ "$i" != "-fPIC" ] && [ "$i" != "-DPIC" ]; then
|