summaryrefslogtreecommitdiff
path: root/lang/icon/patches
diff options
context:
space:
mode:
authorjtb <jtb>2003-07-10 13:46:04 +0000
committerjtb <jtb>2003-07-10 13:46:04 +0000
commit10a5346b00fedbcb36968dd5453fef76efc1e7ac (patch)
tree11d677bf69fe3a605de4c0b8885f089643b42c44 /lang/icon/patches
parent22e24d6bac8bf9572cf893bce721c7c99da8af82 (diff)
downloadpkgsrc-10a5346b00fedbcb36968dd5453fef76efc1e7ac.tar.gz
* Enable use of the posix thread context switch for architectures
for which no assembly context switch code is available. * Use buildlink2.
Diffstat (limited to 'lang/icon/patches')
-rw-r--r--lang/icon/patches/patch-ah7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/icon/patches/patch-ah b/lang/icon/patches/patch-ah
index e697a461a26..fc6103ecfbc 100644
--- a/lang/icon/patches/patch-ah
+++ b/lang/icon/patches/patch-ah
@@ -1,9 +1,9 @@
-$NetBSD: patch-ah,v 1.5 2003/06/06 08:58:43 jtb Exp $
+$NetBSD: patch-ah,v 1.6 2003/07/10 13:46:05 jtb Exp $
--- /dev/null
+++ config/netbsd/Makedefs
-@@ -0,0 +1,18 @@
-+# Makefile definitions from config/unix/intel_netbsd
+@@ -0,0 +1,19 @@
++# Makefile definitions from config/netbsd
+
+# CC C compiler
+# CFLAGS flags for building C files
@@ -21,3 +21,4 @@ $NetBSD: patch-ah,v 1.5 2003/06/06 08:58:43 jtb Exp $
+XLIBS = -Wl,-R$(X11BASE)/lib -L$(X11BASE)/lib -lX11
+XPMDEFS = -DZPIPE -I$(X11BASE)/include
+GDIR= xpm
++TLIBS= -lpthread