QPDF is a command-line program that does structural, content-preserving transformations on PDF files. It could have been called something like pdf-to-pdf. It also provides many useful capabilities to developers of PDF-producing software or for people who just want to look at the innards of a PDF file to learn more about how they work. This will be needed by an update to cups-filters which I am working on. ok jasper@
13 lines
308 B
Plaintext
13 lines
308 B
Plaintext
$OpenBSD: patch-make_libtool_mk,v 1.1.1.1 2012/08/24 07:38:57 ajacoutot Exp $
|
|
--- make/libtool.mk.orig Thu Aug 23 20:41:43 2012
|
|
+++ make/libtool.mk Thu Aug 23 20:41:58 2012
|
|
@@ -1,7 +1,7 @@
|
|
# --- Required interface definitions ---
|
|
|
|
# LIBTOOL needs bash
|
|
-SHELL=/bin/bash
|
|
+#SHELL=/bin/bash
|
|
|
|
OBJ=o
|
|
LOBJ=lo
|