diff options
author | skrll <skrll@pkgsrc.org> | 2003-01-06 07:39:23 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2003-01-06 07:39:23 +0000 |
commit | c43128bbc8fe17ce7424e2f5653d32e0deaa10ea (patch) | |
tree | ec759e8dd474788e495b8320b9f72a584f3d6b8c /x11 | |
parent | 588eb561c11d1e286eb9f53adb95d0835ba3ecd0 (diff) | |
download | pkgsrc-c43128bbc8fe17ce7424e2f5653d32e0deaa10ea.tar.gz |
Add --disable-debug to CONFIGURE_ARGS. I have no idea why this isn't the
default.
This should fix PR 19281. From Dirk Mueller (mueller at kde dot org) via
Hume Smith (hclsmith at yahoo dot ca).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde3/buildlink2.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kde3/buildlink2.mk b/x11/kde3/buildlink2.mk index 9c6576b6ca5..547460e39a5 100644 --- a/x11/kde3/buildlink2.mk +++ b/x11/kde3/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.2 2002/08/25 19:23:34 jlam Exp $ +# $NetBSD: buildlink2.mk,v 1.3 2003/01/06 07:39:23 skrll Exp $ # # This Makefile fragment is included by packages that use the KDE3 # configure-and-build process. @@ -52,6 +52,7 @@ CONFIGURE_ARGS+= --datadir="${KDEDIR}/share/kde" CONFIGURE_ARGS+= --with-qt-dir="${QTDIR}" CONFIGURE_ARGS+= --with-extra-includes="${_KDE3_EXTRA_INCLUDES}" CONFIGURE_ARGS+= --disable-rpath +CONFIGURE_ARGS+= --disable-debug .if exists(${X11BASE}/lib/libXinerama.so) CONFIGURE_ARGS+= --with-xinerama .endif |