diff options
author | tron <tron> | 2010-01-10 14:32:01 +0000 |
---|---|---|
committer | tron <tron> | 2010-01-10 14:32:01 +0000 |
commit | 00acf331af2600ba124a2a82c98d1757de2a14a8 (patch) | |
tree | 02c48dc39d99edb6e860b25983d09a7749c642fe /x11 | |
parent | d6bf54d548bce821c87adf50a87f2763ede9d8ce (diff) | |
download | pkgsrc-00acf331af2600ba124a2a82c98d1757de2a14a8.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/Makefile | 5 |
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 |