summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron>2010-01-10 14:32:01 +0000
committertron <tron>2010-01-10 14:32:01 +0000
commit9f89987407e93985047721325442129d44fcf9dd (patch)
tree02c48dc39d99edb6e860b25983d09a7749c642fe /x11
parent2367a8fa3c51e2f2797c9ffd433788ebd552de9c (diff)
downloadpkgsrc-9f89987407e93985047721325442129d44fcf9dd.tar.gz
Specify the path to X11 libraries explicitily in the configuration step.
This fixes the build under Solaris with modular X.org and shouldn't hurt anywhere else (tested under NetBSD/amd64 5.0_STABLE with native X.org).
Diffstat (limited to 'x11')
-rw-r--r--x11/openmotif/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile
index 60853e2cd84..459c7c20635 100644
--- a/x11/openmotif/Makefile
+++ b/x11/openmotif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2009/12/08 20:25:30 joerg Exp $
+# $NetBSD: Makefile,v 1.63 2010/01/10 14:32:01 tron Exp $
PKGVER= 2.3.1
DISTNAME= openmotif-${PKGVER}
@@ -56,7 +56,8 @@ CONFIGURE_ARGS+= \
--with-libjpeg-includes=${BUILDLINK_PREFIX.jpeg}/include \
--with-libjpeg-lib=${BUILDLINK_PREFIX.jpeg}/lib \
--with-libpng-includes=${BUILDLINK_PREFIX.png}/include \
- --with-libpng-lib=${BUILDLINK_PREFIX.png}/lib
+ --with-libpng-lib=${BUILDLINK_PREFIX.png}/lib \
+ --x-libraries=${X11BASE}/lib
.if ${OPSYS} == "NetBSD"
CONFIGURE_ENV+= ac_cv_func_setpgrp_void=no