Path to this page:
Subject: CVS commit: pkgsrc/print/libgnomeprint
From: Matthias Scheler
Date: 2007-04-11 18:22:14
Message id: 20070411162214.7E2F72150A@cvs.netbsd.org
Log Message:
Fix broken "configure" script:
It skips the check for the math library on Darwin because the math
functions are included in the system library. It however later aborts
because it didn't find a math library.
Work arround this by not skipping the math library check on Darwin.
The "configure" scripts now finds "/usr/lib/libm.dylib" which is
a symlink to the system library.
Files: