openbsd-ports/archivers/p5-Compress-Zlib/patches/patch-examples_filtdef
naddy 62e01fdce7 - use system libz rather than building a private copy
- fix example files (the patches were misapplying badly)
2005-07-05 13:48:10 +00:00

10 lines
274 B
Plaintext

$OpenBSD: patch-examples_filtdef,v 1.2 2005/07/05 13:48:10 naddy Exp $
--- examples/filtdef.orig Tue Jul 5 15:41:41 2005
+++ examples/filtdef Tue Jul 5 15:42:02 2005
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
use strict ;
local ($^W) = 1; #use warnings ;