summaryrefslogtreecommitdiff
path: root/chat/ser/patches
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-08-28 04:13:10 +0000
committerjmc <jmc@pkgsrc.org>2003-08-28 04:13:10 +0000
commit73288bf81ab52ca9f9869f6f6aa36aa36e7dee9a (patch)
tree90413f063a977271de2914cc38a8dcf40487928c /chat/ser/patches
parent19cdc0caf69c77744fbc6e78507e8c534b841d78 (diff)
downloadpkgsrc-73288bf81ab52ca9f9869f6f6aa36aa36e7dee9a.tar.gz
Various fixes so this works on 1.6.1
Diffstat (limited to 'chat/ser/patches')
-rw-r--r--chat/ser/patches/patch-aa37
1 files changed, 24 insertions, 13 deletions
diff --git a/chat/ser/patches/patch-aa b/chat/ser/patches/patch-aa
index af3066b3617..a8c290fc833 100644
--- a/chat/ser/patches/patch-aa
+++ b/chat/ser/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/08/23 22:08:03 itojun Exp $
+$NetBSD: patch-aa,v 1.2 2003/08/28 04:13:10 jmc Exp $
---- Makefile.defs- 2003-08-24 06:32:08.000000000 +0900
-+++ Makefile.defs 2003-08-24 06:32:33.000000000 +0900
-@@ -16,14 +16,13 @@
+--- Makefile.defs.orig Tue Nov 12 17:21:28 2002
++++ Makefile.defs Wed Aug 27 22:41:18 2003
+@@ -16,7 +16,6 @@
-e s/armv4l/arm/)
# install location
@@ -10,14 +10,6 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/08/23 22:08:03 itojun Exp $
prefix = $(PREFIX)
# install path is $(basedir) $(prefix)
# example:
- # creating a bin. archive in /tmp, which unpacks in /usr/local
- # basedir=/tmp
- # prefix=/usr/local
--basedir =
-+basedir =
- # install prefixes for various stuff
- cfg-prefix = $(basedir)$(prefix)
- bin-prefix = $(basedir)$(prefix)
@@ -33,7 +32,7 @@
ut-prefix = $(basedir)$(prefix)
@@ -36,7 +28,26 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/08/23 22:08:03 itojun Exp $
modules-target = $(prefix)/$(modules-dir)
-@@ -520,7 +519,7 @@
+@@ -446,6 +445,7 @@
+ endif
+
+ endif #mode=release
++LDFLAGS+= -L${BUILDLINK_PREFIX.pthread}/lib -Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.pthread}/lib
+
+
+ #*FLAGS used for compiling the modules
+@@ -473,8 +473,10 @@
+ DEFS+=-DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN
+ endif
+ ifneq ($(OS), openbsd)
++ifneq ($(OS), netbsd)
+ DEFS+=-DHAVE_SCHED_YIELD
+ endif
++endif
+
+
+ #os specific stuff
+@@ -520,7 +522,7 @@
ifeq ($(OS), netbsd)
DEFS+=-DHAVE_SOCKADDR_SA_LEN
YACC=yacc