pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/gaim As advertised in the previous log message, b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a0400ea277d
branches:  trunk
changeset: 485395:9a0400ea277d
user:      dogcow <dogcow%pkgsrc.org@localhost>
date:      Fri Dec 10 02:51:46 2004 +0000

description:
As advertised in the previous log message, but omitted from the Makefile,
pass --disable-binreloc to configure.

diffstat:

 chat/gaim/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0bb7f7465ffc -r 9a0400ea277d chat/gaim/Makefile
--- a/chat/gaim/Makefile        Fri Dec 10 02:33:44 2004 +0000
+++ b/chat/gaim/Makefile        Fri Dec 10 02:51:46 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2004/12/03 12:43:24 adam Exp $
+# $NetBSD: Makefile,v 1.76 2004/12/10 02:51:46 dogcow Exp $
 
 DISTNAME=      gaim-1.1.0
 CATEGORIES=    chat x11
@@ -23,6 +23,7 @@
 
 SHLIBTOOL_OVERRIDE=    libtool
 
+CONFIGURE_ARGS+=       --disable-binreloc
 CONFIGURE_ARGS+=       --with-silc-includes=${BUILDLINK_PREFIX.silc-toolkit}/include/silc
 CONFIGURE_ARGS+=       --with-silc-libs=${BUILDLINK_PREFIX.silc-toolkit}/lib/silc
 CONFIGURE_ARGS+=       --disable-nas



Home | Main Index | Thread Index | Old Index