From 00acf331af2600ba124a2a82c98d1757de2a14a8 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 10 Jan 2010 14:32:01 +0000 Subject: 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). --- x11/openmotif/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11') 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 -- cgit v1.2.3