Date: Thu, 13 Aug 2009 00:10:08 GMT From: Jimmie James <jimmiejaz@gmail.com> To: freebsd-multimedia@FreeBSD.org Subject: Re: ports/137687: multimedia/libquicktime 1.1.3 build failure [SOLVED] Message-ID: <200908130010.n7D0A8Be031784@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR ports/137687; it has been noted by GNATS.
From: Jimmie James <jimmiejaz@gmail.com>
To: bug-followup@FreeBSD.org, jimmiejaz@gmail.com
Cc:
Subject: Re: ports/137687: multimedia/libquicktime 1.1.3 build failure [SOLVED]
Date: Wed, 12 Aug 2009 20:05:47 -0400
If you have WIHTOU_NLS= defined, that's the cause.
Unsetting it in /etc/make.conf fixes the build, as well as adding -lintl
to the .else.
.if !defined(WITHOUT_NLS)
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl"
.else
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
.endif
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908130010.n7D0A8Be031784>
