diff options
author | stas <stas@FreeBSD.org> | 2010-01-19 03:04:43 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2010-01-19 03:04:43 +0800 |
commit | d22bb35aeefd86a8b00e2678a16d22904f5debb1 (patch) | |
tree | aa4fc6b40330f620d66f0cf7311562de6ec5f74b /graphics | |
parent | c9b97c33d82d6a7b17b03881d69c535f78b374c1 (diff) | |
download | freebsd-ports-gnome-d22bb35aeefd86a8b00e2678a16d22904f5debb1.tar.gz freebsd-ports-gnome-d22bb35aeefd86a8b00e2678a16d22904f5debb1.tar.zst freebsd-ports-gnome-d22bb35aeefd86a8b00e2678a16d22904f5debb1.zip |
- Fix build on 6.x
Diffstat (limited to 'graphics')
-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 |