diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2010-01-18 19:04:43 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2010-01-18 19:04:43 +0000 |
commit | baeb8b8d2df0430b36b137062681ca6c74ac2f2c (patch) | |
tree | 644022076de26ee9e134aa5465146460d907d2aa /graphics/rawtherapee/Makefile | |
parent | 15e8907d17338648745c0053393b3aef20dbe44a (diff) | |
download | ports-baeb8b8d2df0430b36b137062681ca6c74ac2f2c.tar.gz ports-baeb8b8d2df0430b36b137062681ca6c74ac2f2c.zip |
Notes
Diffstat (limited to 'graphics/rawtherapee/Makefile')
-rw-r--r-- | graphics/rawtherapee/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index cf635024220d..504e37017a9d 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -25,8 +25,8 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ USE_CMAKE= yes USE_GNOME= gtk20 glib20 USE_LDCONFIG= yes -CFLAGS+= -I${LOCALBASE}/include -fPIC -LDFLAGS+= -L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include -fPIC ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CMAKE_ENV= CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS}" SUB_FILES= rawtherapee |