diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 17:36:47 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 17:36:47 +0000 |
commit | 798eb9e9cb8c1c50085cfb3e3ae8b602f87eca63 (patch) | |
tree | efd2e8af13e967b4b4eca36f0bdb0803cc26776e /multimedia/xtheater | |
parent | 65143e8def1959c39a21afc2be99e5be67bf698d (diff) |
Notes
Diffstat (limited to 'multimedia/xtheater')
-rw-r--r-- | multimedia/xtheater/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/xtheater/Makefile b/multimedia/xtheater/Makefile index 3173935b2689..62daf6a224e9 100644 --- a/multimedia/xtheater/Makefile +++ b/multimedia/xtheater/Makefile @@ -24,8 +24,8 @@ USES= gmake libtool tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gl -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -lpthread -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ |