ports/print/foo2zjs/patches/patch-foo2zjs-pstops_sh

11 lines
208 B
Text

Index: foo2zjs-pstops.sh
--- foo2zjs-pstops.sh.orig
+++ foo2zjs-pstops.sh
@@ -49,6 +49,7 @@ debug() {
case `uname -s` in
Darwin) sed=gsed;;
FreeBSD) sed=gsed;;
+OpenBSD) sed=gsed;;
*) sed=sed;;
esac