fe8b4a58f7
Zint is a C library for encoding data in several barcode variants. The bundled command-line utility provides a simple interface to the library. Features of the library: - Over 50 symbologies including all ISO/IEC standards, like QR codes. - Unicode translation for symbologies which support Latin-1 and Kanji character sets. [...] from Kirill Bychkov (MAINTAINER) with tweaks by me and sthen@ ok sthen@
13 lines
536 B
Plaintext
13 lines
536 B
Plaintext
$OpenBSD: patch-backend_CMakeLists_txt,v 1.1.1.1 2011/12/23 15:08:07 jasper Exp $
|
|
--- backend/CMakeLists.txt.orig Mon Apr 4 14:03:37 2011
|
|
+++ backend/CMakeLists.txt Mon Apr 4 14:03:58 2011
|
|
@@ -11,7 +11,7 @@ set(zint_TWODIM_SRCS code16k.c dmatrix.c pdf417.c qr.c
|
|
set(zint_SRCS ${zint_COMMON_SRCS} ${zint_ONEDIM_SRCS} ${zint_POSTAL_SRCS} ${zint_TWODIM_SRCS} )
|
|
|
|
if(PNG_FOUND)
|
|
- include_directories( ${PNG_INCLUDES} )
|
|
+ include_directories( ${PNG_INCLUDE_DIR} )
|
|
else(PNG_FOUND)
|
|
add_definitions (-DNO_PNG)
|
|
endif(PNG_FOUND)
|