summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorminskim <minskim>2009-06-10 06:52:33 +0000
committerminskim <minskim>2009-06-10 06:52:33 +0000
commit32808257ef552aa5adde6d0a1a3aa0d6f2abd312 (patch)
tree598836b2503fb45e885b4ff5a6c6da23e5896c9a /graphics
parent7fb94904084700fe5ff1a7ff93e990dd02b5cfd5 (diff)
downloadpkgsrc-32808257ef552aa5adde6d0a1a3aa0d6f2abd312.tar.gz
Make evas build with eet-1.2.0 by explicitly linking against libeet.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/evas/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile
index 800541a6eed..9180688ea85 100644
--- a/graphics/evas/Makefile
+++ b/graphics/evas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/06/07 21:12:11 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/06/10 06:52:33 minskim Exp $
#
COMMENT= Enlightened Canvas Library
@@ -6,6 +6,7 @@ COMMENT= Enlightened Canvas Library
.include "Makefile.common"
CONFIGURE_ARGS+= --enable-font-loader-eet
+CONFIGURE_ENV+= EET_LIBS="${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.eet}/lib -L${BUILDLINK_PREFIX.eet}/lib -leet"
PKGCONFIG_OVERRIDE= evas.pc.in