From d5e2b47a46aa3d2a28fb176cee29f96ebd06538d Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Sat, 28 May 2005 02:35:43 +0000 Subject: [PATCH] - Add PTHREAD_LIBS to fix build in tinderbox. Works in non-tinderbox .. Pointed out by: kris via pointyhat --- multimedia/dvdstyler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index c3ae414a586f..557c0b5c13fe 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -32,7 +32,7 @@ USE_INC_LIBTOOL_VER=15 USE_GMAKE= yes CONFIGURE_ARGS= --with-wx-config=wxgtk2-2.6-config -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" PORTDOCS= AUTHORS COPYING INSTALL ChangeLog README