mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
Data Matrix, USPS OneCode, EAN-128, UPC/EAN, ITF, QR Code, Code 16k, PDF417, MicroPDF417, LOGMARS, Maxicode, GS1 DataBar, Aztec, Composite Symbols and more. WWW: http://www.zint.org.uk/ PR: ports/144958 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
13 lines
218 B
C
13 lines
218 B
C
|
|
$FreeBSD$
|
|
|
|
--- backend/code1.c.orig
|
|
+++ backend/code1.c
|
|
@@ -28,7 +28,6 @@
|
|
#ifdef __APPLE__
|
|
#include <sys/malloc.h>
|
|
#else
|
|
-#include <malloc.h>
|
|
#endif
|
|
|
|
void horiz(struct zint_symbol *symbol, int row_no, int full)
|