forked from pool/splix
14 lines
564 B
Diff
14 lines
564 B
Diff
|
|
Index: splix-2.0.0/module.mk
|
||
|
|
===================================================================
|
||
|
|
--- splix-2.0.0.orig/module.mk
|
||
|
|
+++ splix-2.0.0/module.mk
|
||
|
|
@@ -30,7 +30,7 @@ CXXFLAGS += `cups-config --cflags` -Iin
|
||
|
|
DEBUG_CXXFLAGS += -DDEBUG -DDUMP_CACHE
|
||
|
|
OPTIM_CXXFLAGS += -g
|
||
|
|
rastertoqpdl_LDFLAGS := `cups-config --ldflags` -L/opt/local/lib
|
||
|
|
-rastertoqpdl_LIBS := `cups-config --libs` -lcupsimage
|
||
|
|
+rastertoqpdl_LIBS := `cups-config --libs` -lcupsimage -lpthread
|
||
|
|
pstoqpdl_LDFLAGS := `cups-config --ldflags`
|
||
|
|
pstoqpdl_LIBS := `cups-config --libs` -lcupsimage
|
||
|
|
|