pkgsrc/graphics/libggi/patches/patch-aa
xtraeme 85f6d45ff8 Update to 2.0.4, closes PR pkg/23820.
Changes:

	o build fix: cygwin has no sys/shm.h and sys/ipc.h, so configure
	  disables all targets requiring them, if not present.
	o cbconsist demo: sync with devel tree
	o gcc 3.3 compiling fix for default/linear_16/crossbuild.c
	  (fixes Debian bug #197214)
	o merged build fix from FreeBSD's ports tree to make the xf86dga
	  target compile on FreeBSD (fixes FreeBSD PR ports/52380)

	o X-target
        	+ minor mode initialization fix from Argo Vessmann
        	+ shm helper checks return code, when setting up the
		  directbuffer
        	+ release locking on failure. (Threadsafety fix)
        	+ fixed geometry check. Opening (very) small windows is now
		  possible.
2004-01-05 00:27:24 +00:00

13 lines
347 B
Text

$NetBSD: patch-aa,v 1.5 2004/01/05 00:27:24 xtraeme Exp $
--- configure.orig 2003-12-28 20:29:10.000000000 +0100
+++ configure 2003-12-28 20:29:22.000000000 +0100
@@ -16144,7 +16144,7 @@
_ACEOF
cat >>confdefs.h <<_ACEOF
-#define GGICONFDIR "$PATHTAG$static_sysconfdir/$ggi_subdir"
+#define GGICONFDIR "$PATHTAG$static_sysconfdir"
_ACEOF