While here don't link against librt for clock_gettime(), it's in libc. How-To-Repeat: $ make ... ===> Building for orc-0.4.6 CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /a/pkgbuild/a/freebsd-ports/devel/orc/work/orc-0.4.6/missing --run aclocal-1.11 -I m4 configure.ac:46: error: AC_CHECK_SIZEOF: requires literal arguments ../../lib/autoconf/types.m4:765: AC_CHECK_SIZEOF is expanded from... m4/ax_create_stdint_h.m4:86: AX_CHECK_DATA_MODEL is expanded from... m4/ax_create_stdint_h.m4:173: AX_CREATE_STDINT_H is expanded from... configure.ac:46: the top level autom4te-2.66: /usr/pkg/bin/gm4 failed with exit status: 1 aclocal-1.11: autom4te failed with exit status: 1 gmake: *** [aclocal.m4] Error 1 ===> Compilation failed unexpectedly.
Responsible Changed From-To: freebsd-ports-bugs->mm Over to maintainer (via the GNATS Auto Assign Tool)
mm 2010-09-05 08:02:21 UTC FreeBSD ports repository Modified files: devel/orc Makefile Log: - Avoid configure re-run - Don't link against librt for clock_gettime PR: ports/148985 Submitted by: swell.k@gmail.com Revision Changes Path 1.6 +2 -1 ports/devel/orc/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!