openbsd-ports/print/splix/patches/patch-rules_mk
ajacoutot 4486f0920e Import splix-2.0.0
SpliX is a set of CUPS printer drivers for SPL (Samsung Printer
Language) printers.  This driver is usable by all printer devices which
understand the QPDL (Quick Page Description Language) language.  It
covers several Samsung, Xerox, Dell and Ricoh printers.
2009-03-17 18:37:20 +00:00

19 lines
664 B
Plaintext

$OpenBSD: patch-rules_mk,v 1.1.1.1 2009/03/17 18:37:20 ajacoutot Exp $
--- rules.mk.orig Tue Mar 17 18:07:38 2009
+++ rules.mk Tue Mar 17 18:08:04 2009
@@ -6,12 +6,12 @@
$(rastertoqpdl_TARGET): $(rastertoqpdl_OBJ)
$(call printCmd, $(cmd_link))
- $(Q)g++ -o $@ $^ $(rastertoqpdl_CXXFLAGS) $(rastertoqpdl_LDFLAGS) \
+ $(Q)${CXX} -o $@ $^ $(rastertoqpdl_CXXFLAGS) $(rastertoqpdl_LDFLAGS) \
$(rastertoqpdl_LIBS)
$(pstoqpdl_TARGET): $(pstoqpdl_OBJ)
$(call printCmd, $(cmd_link))
- $(Q)g++ -o $@ $^ $(pstoqpdl_CXXFLAGS) $(pstoqpdl_LDFLAGS) \
+ $(Q)${CXX} -o $@ $^ $(pstoqpdl_CXXFLAGS) $(pstoqpdl_LDFLAGS) \
$(pstoqpdl_LIBS)
.PHONY: install installcms