diff options
Diffstat (limited to 'graphics/MesaLib/patches/patch-ai')
-rw-r--r-- | graphics/MesaLib/patches/patch-ai | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/MesaLib/patches/patch-ai b/graphics/MesaLib/patches/patch-ai new file mode 100644 index 00000000000..13ad56f4dc5 --- /dev/null +++ b/graphics/MesaLib/patches/patch-ai @@ -0,0 +1,15 @@ +$NetBSD: patch-ai,v 1.1 2005/11/08 16:41:30 tv 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 ++ |