diff options
author | Scott Mace <smace@FreeBSD.org> | 1998-11-18 15:50:24 +0000 |
---|---|---|
committer | Scott Mace <smace@FreeBSD.org> | 1998-11-18 15:50:24 +0000 |
commit | d90522ca358e4c1a2315ef3c149c3638849546ce (patch) | |
tree | 5ff76ea8ad3225fe018e7c9aa367eae525bca6e1 /print/pnm2ppa/files/patch-ab | |
parent | Add a argument to CONFIGURE_ARGS. (diff) |
Initial import of pbm2ppa.
Submitted by: smace@freebsd.org
Diffstat (limited to 'print/pnm2ppa/files/patch-ab')
-rw-r--r-- | print/pnm2ppa/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/pnm2ppa/files/patch-ab b/print/pnm2ppa/files/patch-ab new file mode 100644 index 000000000000..46fba083a417 --- /dev/null +++ b/print/pnm2ppa/files/patch-ab @@ -0,0 +1,11 @@ +--- pbm2ppa.c.orig Mon Apr 6 23:20:07 1998 ++++ pbm2ppa.c Tue Sep 22 22:37:45 1998 +@@ -268,7 +268,7 @@ + exit(1); + } + +-char* defaultcfgfile="/etc/pbm2ppa.conf"; ++char* defaultcfgfile=PPA_CONF; + int main (int argc, char *argv[]) + { + int argn; |