8f95e6bd59
Haru is a free, cross platform, open-sourced software library for generating PDF. It supports the following features. * Generating PDF files with lines, text, images. * Outline, text annotation, link annotation. * Compressing document with deflate-decode. * Embedding PNG, Jpeg images. * Embedding Type1 font and TrueType font. * Creating encrypted PDF files. * Using various character set (ISO8859-1~16, MSCP1250~8, KOI8-R). * Supporting CJK fonts and encodings. ok/tweaks ajacoutot@
11 lines
407 B
Plaintext
11 lines
407 B
Plaintext
$OpenBSD: patch-src_Makefile_am,v 1.1.1.1 2013/03/20 21:45:55 landry Exp $
|
|
--- src/Makefile.am.orig Sat Mar 16 13:32:31 2013
|
|
+++ src/Makefile.am Sat Mar 16 13:34:23 2013
|
|
@@ -19,5 +19,5 @@ libhpdf_la_SOURCES = hpdf_annotation.c hpdf_array.c hp
|
|
|
|
INCLUDES = -I$(top_srcdir)/include
|
|
libhpdf_la_LIBADD = @LTLIBOBJS@
|
|
-libhpdf_la_LDFLAGS = -release @VERSION@
|
|
+libhpdf_la_LDFLAGS =
|
|
EXTRA_DIST = CMakeLists.txt
|