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

12 lines
208 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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