From 8c9d3d9bcb13898e071c2875d0c7ec2f50302405 Mon Sep 17 00:00:00 2001 From: lioux Date: Tue, 4 Sep 2001 16:52:34 +0000 Subject: Add missing pthreads LDFLAGS knobs, i.e., ${PTHREAD_LIBS}; to appropriate places PR: 29811 Submitted by: John Merryweather Cooper Approved by: MAINTAINER --- x11-toolkits/gtkada-devel/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x11-toolkits/gtkada-devel/Makefile') diff --git a/x11-toolkits/gtkada-devel/Makefile b/x11-toolkits/gtkada-devel/Makefile index 43ec98a..fdf3083 100644 --- a/x11-toolkits/gtkada-devel/Makefile +++ b/x11-toolkits/gtkada-devel/Makefile @@ -29,6 +29,8 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" + PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION} MAN1= dgate.1 gate.1 gtkada-config.1 -- cgit v1.1