From 9da852592cc09a8daedca4ac176cdc1f36d5b38d Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Sat, 1 Nov 2003 12:26:32 +0000 Subject: ports linked against the wxgtk-devel library have to be linked against the PTHREAD stuff too. wx(gtk)-config --libs and --cflags respects now ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} --- x11-toolkits/wxgtk-devel/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/wxgtk-devel/Makefile b/x11-toolkits/wxgtk-devel/Makefile index b102a0f22c72..cf99476d1718 100644 --- a/x11-toolkits/wxgtk-devel/Makefile +++ b/x11-toolkits/wxgtk-devel/Makefile @@ -35,11 +35,11 @@ CONFIGURE_ARGS= --with-libpng=sys \ --with-opengl CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/include \ -I${LOCALBASE}/include \ - -I${X11BASE}/include" \ + -I${X11BASE}/include \ + ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -liconv \ - -L${X11BASE}/lib" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" + -L${X11BASE}/lib \ + ${PTHREAD_LIBS}" .if defined(WITH_GTK2) USE_GNOME= gtk20 -- cgit v1.2.3