summaryrefslogtreecommitdiff
path: root/graphics/ocrad/patches
diff options
context:
space:
mode:
authorrillig <rillig>2007-01-17 14:50:27 +0000
committerrillig <rillig>2007-01-17 14:50:27 +0000
commit095637d389fefa38deba3793874bce79e1452a92 (patch)
treece6c70c89ebbfae620612c6310c40ce2a1aae191 /graphics/ocrad/patches
parentba372bd36a1b6cffd0c5e41f6d9ec2838144342a (diff)
downloadpkgsrc-095637d389fefa38deba3793874bce79e1452a92.tar.gz
Another patch for the Solaris install(1).
Diffstat (limited to 'graphics/ocrad/patches')
-rw-r--r--graphics/ocrad/patches/patch-ac23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/ocrad/patches/patch-ac b/graphics/ocrad/patches/patch-ac
new file mode 100644
index 00000000000..ae99e0fcc07
--- /dev/null
+++ b/graphics/ocrad/patches/patch-ac
@@ -0,0 +1,23 @@
+$NetBSD: patch-ac,v 1.1 2007/01/17 14:50:27 rillig Exp $
+
+The Solaris install(1) does not know about the -p option.
+
+--- Makefile.in.orig 2005-10-10 19:04:43.000000000 +0200
++++ Makefile.in 2007-01-17 15:46:58.187731432 +0100
+@@ -3,14 +3,10 @@ bindir = $(exec_prefix)/bin
+
+ DISTNAME = ocrad-0.13
+
+-CXX = g++
+ INSTALL = install
+-INSTALL_PROGRAM = $(INSTALL) -p -m 755
+-INSTALL_DATA = $(INSTALL) -p -m 644
++INSTALL_PROGRAM = $(INSTALL) -m 755
++INSTALL_DATA = $(INSTALL) -m 644
+ SHELL = /bin/sh
+-CPPFLAGS =
+-CXXFLAGS = -Wall -W -O2
+-LDFLAGS =
+
+ objs = common.o rational.o rectangle.o track.o ucs.o \
+ bitmap.o bitmap_io.o bitmap_layout.o block.o profile.o \