diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-10-25 16:12:36 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-10-25 16:12:36 +0000 |
commit | c95e89dec8aee41ea705936ff2ed895c4569ca1c (patch) | |
tree | 1b26553a36628098b21f4b96b48e6434c766ac31 /chat | |
parent | 6bce55f24dc3ef9d13be88cddc63eca033e5620c (diff) | |
download | pkgsrc-c95e89dec8aee41ea705936ff2ed895c4569ca1c.tar.gz |
Replace static '-Wl,--rpath' calls with '${COMPILER_RPATH_FLAG}'
Diffstat (limited to 'chat')
-rw-r--r-- | chat/inspircd/Makefile | 8 |
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 |