diff options
author | dogcow <dogcow@pkgsrc.org> | 2004-12-10 02:51:46 +0000 |
---|---|---|
committer | dogcow <dogcow@pkgsrc.org> | 2004-12-10 02:51:46 +0000 |
commit | 7f4ddb29bb2712e0c9d93d5fd3938d747885b346 (patch) | |
tree | 409fd55727fb47f0a4193defeb064efb5e507d55 /chat | |
parent | b93494c18d15fe30d65476699f77f611f4c3c04e (diff) | |
download | pkgsrc-7f4ddb29bb2712e0c9d93d5fd3938d747885b346.tar.gz |
As advertised in the previous log message, but omitted from the Makefile,
pass --disable-binreloc to configure.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gaim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index 6f41750d5cb..9f1c3e2ad12 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -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 @@ GNU_CONFIGURE= YES 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 |