pkgsrc-wip/MesaLib/patches/patch-ai
Blair Sadewitz dbe7fadf73 This is Mesa 6.5.2, primarily for recent modular X.org servers.
This package is from complete or polished and were unabashedly haphazardly put
together.  You have been warned, and please let me know about any problems,
etc.  Many thanks to Jeremy Reed for doing the bulk of the work (patches).
2007-01-23 17:48:28 +00:00

15 lines
397 B
Text

$NetBSD: patch-ai,v 1.1 2007/01/23 17:49:34 bsadewitz Exp $
--- /dev/null 2004-10-25 16:57:21.000000000 +0000
+++ configs/interix3
@@ -0,0 +1,9 @@
+# Configuration for Interix 3.x
+
+include $(TOP)/configs/default
+
+CONFIG_NAME = pkgsrc
+
+# Compiler and flags
+CFLAGS+= -DUSE_XSHM_HDRONLY -DPTHREADS
+APP_LIB_DEPS = -L$(LIB_DIR) -L${PREFIX}/lib -L${X11PREFIX}/lib -lXext -lXmu -lXi -lX11 -lm
+