Subject: CVS commit: pkgsrc/math
From: Johnny C. Lam
Date: 2006-06-22 20:52:01
Message id: 20060622185201.549F9211CA@cvs.netbsd.org

Log Message:
Reorder the linker tests in the configure script so that we test for
C libraries *before* we throw the AC_LANG([C++]) switch.  This makes
the generated configure script use the C compiler/linker instead of
the C++ compiler/linker when running tests.  This avoids errors like
these based on not correctly getting the function signature correct:

conftest.cc:36: error: nonnull argument with out-of-range operand
	number (arg 1, operand 2)

This error was causing the configure script to not detect *gettext()
routines and not building and installing the *.mo files.  This fixes
the error noted in the bulk build results:

    http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html

Files:
RevisionActionfile
1.13modifypkgsrc/math/qalculate/distinfo
1.5modifypkgsrc/math/qalculate-bases/distinfo
1.5modifypkgsrc/math/qalculate-currency/distinfo
1.7modifypkgsrc/math/qalculate-gtk/distinfo
1.5modifypkgsrc/math/qalculate-units/distinfo
1.8modifypkgsrc/math/qalculate/patches/patch-ab
1.1addpkgsrc/math/qalculate-bases/patches/patch-aa
1.1addpkgsrc/math/qalculate-bases/patches/patch-ab
1.1addpkgsrc/math/qalculate-currency/patches/patch-aa
1.1addpkgsrc/math/qalculate-currency/patches/patch-ab
1.1addpkgsrc/math/qalculate-gtk/patches/patch-ab
1.1addpkgsrc/math/qalculate-gtk/patches/patch-ac
1.1addpkgsrc/math/qalculate-units/patches/patch-aa
1.1addpkgsrc/math/qalculate-units/patches/patch-ab
1.1addpkgsrc/math/qalculate/patches/patch-ad