diff options
author | vs <vs@FreeBSD.org> | 2005-03-18 18:42:21 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-18 18:42:21 +0800 |
commit | 45ad3baba2d139e7a1f5dc68bedc607646215f5a (patch) | |
tree | 5a3ee809762c8d91e167726545209cebccda4935 /x11/apwal | |
parent | bcce916f276a2834ff8661653b0fdea57e5f98f7 (diff) | |
download | freebsd-ports-gnome-45ad3baba2d139e7a1f5dc68bedc607646215f5a.tar.gz freebsd-ports-gnome-45ad3baba2d139e7a1f5dc68bedc607646215f5a.tar.zst freebsd-ports-gnome-45ad3baba2d139e7a1f5dc68bedc607646215f5a.zip |
Unbreak: pass PTHREAD_* along
Noticed by: cluster via krion
Diffstat (limited to 'x11/apwal')
-rw-r--r-- | x11/apwal/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/apwal/Makefile b/x11/apwal/Makefile index a38e5a2776db..daccd26781d3 100644 --- a/x11/apwal/Makefile +++ b/x11/apwal/Makefile @@ -18,6 +18,9 @@ USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes +CFLAGS+= ${PTHREAD_CFLAGS} +LDFLAGS+= ${PTHREAD_LIBS} +MAKE_ENV+= LDFLAGS="${LDFLAGS}" WRKSRC= ${WRKDIR}/${PORTNAME}/src |