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).
15 lines
382 B
Text
15 lines
382 B
Text
$NetBSD: patch-ab,v 1.1 2007/01/23 17:49:34 bsadewitz Exp $
|
|
|
|
--- /dev/null 2004-10-25 16:57:21.000000000 +0000
|
|
+++ configs/pkgsrc
|
|
@@ -0,0 +1,9 @@
|
|
+# Configuration for NetBSD
|
|
+
|
|
+include $(TOP)/configs/default
|
|
+
|
|
+CONFIG_NAME = pkgsrc
|
|
+
|
|
+# Compiler and flags
|
|
+CFLAGS+= -DUSE_XSHM -DPTHREADS
|
|
+APP_LIB_DEPS = -L$(LIB_DIR) -L${PREFIX}/lib -L${X11PREFIX}/lib -lXext -lXmu -lXi -lX11 -lm
|
|
+
|