pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/inspircd Replace static '-Wl,--rpath' calls with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bc62a055a06
branches:  trunk
changeset: 548963:1bc62a055a06
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Oct 25 16:12:36 2008 +0000

description:
Replace static '-Wl,--rpath' calls with '${COMPILER_RPATH_FLAG}'

diffstat:

 chat/inspircd/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r c7fcc4ecda47 -r 1bc62a055a06 chat/inspircd/Makefile
--- a/chat/inspircd/Makefile    Sat Oct 25 15:59:55 2008 +0000
+++ b/chat/inspircd/Makefile    Sat Oct 25 16:12:36 2008 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index