diff options
author | marino <marino@FreeBSD.org> | 2015-03-25 20:09:42 +0000 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-25 20:09:42 +0000 |
commit | e2d7e0123f933f7ab3e198ded88438599c8b8c52 (patch) | |
tree | c75f110b500f3e806943eb33a78c2b5c25d7b18e /graphics/tgif | |
parent | 8ec0da18badc0097eceac6c9a536a3d4eb51f8fd (diff) | |
download | FreeBSD-ports-e2d7e0123f933f7ab3e198ded88438599c8b8c52.zip FreeBSD-ports-e2d7e0123f933f7ab3e198ded88438599c8b8c52.tar.gz |
graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket
Diffstat (limited to 'graphics/tgif')
-rw-r--r-- | graphics/tgif/Makefile | 1 | ||||
-rw-r--r-- | graphics/tgif/files/patch-Tgif.tmpl-freebsd | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index b4e58c1..9b597fd 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -26,7 +26,6 @@ A4SIZE_DESC= Set default paper size to A4 USES= imake PORTDOCS= HISTORY README USE_XORG= x11 xext xt sm ice -MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" .include <bsd.port.options.mk> diff --git a/graphics/tgif/files/patch-Tgif.tmpl-freebsd b/graphics/tgif/files/patch-Tgif.tmpl-freebsd index 2870b41..b4867b9 100644 --- a/graphics/tgif/files/patch-Tgif.tmpl-freebsd +++ b/graphics/tgif/files/patch-Tgif.tmpl-freebsd @@ -5,6 +5,6 @@ XCOMM LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB) XCOMM SYS_LIBRARIES = -ldl -lm -lz -SYS_LIBRARIES = -lm -lz -+SYS_LIBRARIES = -lm -lz ${PTHREAD_LIBS} ++SYS_LIBRARIES = -lm -lz -lpthread + +#include "Tgif.tmpl-freebsdports" |