a2299e5ae4
Add a -cups subpackage that contains the command2foo2lava-pjl that brings support for more features. Unconditionally enable CUPS commands in the PPD files. Foomatic will ignore them and CUPS will use them if there.
18 lines
609 B
Plaintext
18 lines
609 B
Plaintext
$OpenBSD: patch-icc2ps_Makefile,v 1.3 2010/07/31 10:31:58 ajacoutot Exp $
|
|
--- icc2ps/Makefile.orig Wed Jul 28 14:13:19 2010
|
|
+++ icc2ps/Makefile Sat Jul 31 11:09:12 2010
|
|
@@ -1,12 +1,10 @@
|
|
UNAME := $(shell uname)
|
|
-PREFIX= /usr
|
|
BIN= $(PREFIX)/bin
|
|
-MANDIR=$(PREFIX)/share/man
|
|
+MANDIR=$(PREFIX)/man
|
|
SRC= icc2ps.c xgetopt.c
|
|
LIB= cmscam97.c cmscnvrt.c cmserr.c cmsgamma.c cmsgmt.c cmsintrp.c cmsio1.c \
|
|
cmslut.c cmsmatsh.c cmsmtrx.c cmsnamed.c cmspack.c cmspcs.c cmsps2.c \
|
|
cmssamp.c cmswtpnt.c cmsxform.c cmsio0.c cmsvirt.c
|
|
-CFLAGS= -O3
|
|
INSTALL=install
|
|
ifeq ($(UNAME),SunOS)
|
|
INSTALL=/usr/ucb/install
|