summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2008-10-25 16:12:36 +0000
committeradrianp <adrianp@pkgsrc.org>2008-10-25 16:12:36 +0000
commit261e2f237633a1cea713b535358f7ce620a71478 (patch)
tree1b26553a36628098b21f4b96b48e6434c766ac31 /chat
parentc4cdce04e4cbdf22ef1706ba7136c1d785a9685b (diff)
downloadpkgsrc-261e2f237633a1cea713b535358f7ce620a71478.tar.gz
Replace static '-Wl,--rpath' calls with '${COMPILER_RPATH_FLAG}'
Diffstat (limited to 'chat')
-rw-r--r--chat/inspircd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chat/inspircd/Makefile b/chat/inspircd/Makefile
index 36b97d4a097..bb93766b03c 100644
--- a/chat/inspircd/Makefile
+++ b/chat/inspircd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/09/02 21:09:11 adrianp Exp $
+# $NetBSD: Makefile,v 1.17 2008/10/25 16:12:36 adrianp Exp $
#
DISTNAME= InspIRCd-1.1.21
@@ -70,6 +70,12 @@ SUBST_FILES.conf= docs/inspircd.conf.example
SUBST_SED.conf+= -e "s|/path/to/inspircd.pid|${VARBASE}/run/inspircd/inspircd.pid|g"
SUBST_MESSAGE.conf= Fixing configuration files.
+SUBST_CLASSES+= make
+SUBST_STAGE.make= pre-configure
+SUBST_FILES.make= configure make/utilities.pm
+SUBST_SED.make+= -e "s|-Wl,--rpath|${COMPILER_RPATH_FLAG}|g"
+SUBST_MESSAGE.make= Fixing Makefiles.
+
BUILD_DEFS+= INSP_NICLEN INSP_CHANLEN INSPIRCD_USER INSPIRCD_GROUP
BUILD_DEFS+= INSP_MAXCLI INSP_MAXIDENT INSP_MAXQUIT INSP_MAXTOPIC
BUILD_DEFS+= INSP_MAXKICK INSP_MAXGECOS INSP_MAXAWAY INSP_MAXMODES