openbsd-ports/print/ghostscript/afpl/patches/patch-src_unix-dll_mak
espie eea0957508 Add a gtk flavor that builds gsx with the new display device.
That device is ways faster than the traditional x11 device, especially
with anti-aliasing turned on. Unfortunately, it requires shared libraries
and does not interface with gv.

Note: I hope all devices are back in. Those of you looking for hp850 &
friends support, the driver has been integrated into the `uniprint' driver.
2001-04-14 16:54:04 +00:00

13 lines
591 B
Plaintext

$OpenBSD: patch-src_unix-dll_mak,v 1.1 2001/04/14 16:54:04 espie Exp $
--- src/unix-dll.mak.orig Sat Apr 14 17:33:35 2001
+++ src/unix-dll.mak Sat Apr 14 17:34:28 2001
@@ -67,7 +67,7 @@ $(GSSO_XE): $(GS_SO) $(GLSRC)dxmain.c
# ------------------------- Recursive make targets ------------------------- #
-SODEFS=LDFLAGS='$(LDFLAGS) -shared -Wl,-soname,$(GS_SONAME_MAJOR)'\
+SODEFS=LDFLAGS='$(LDFLAGS) $(CFLAGS_SO) -shared -Wl,-soname,$(GS_SONAME_MAJOR)'\
GS_XE=$(BINDIR)/$(SOBINRELDIR)/$(GS_SONAME_MAJOR_MINOR)\
STDIO_IMPLEMENTATION=c\
DISPLAY_DEV=$(DD)$(SOOBJRELDIR)/display.dev\