pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/openmotif Specify the path to X11 libraries explic...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0021ed250582
branches: trunk
changeset: 569147:0021ed250582
user: tron <tron%pkgsrc.org@localhost>
date: Sun Jan 10 14:32:01 2010 +0000
description:
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:
x11/openmotif/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 171154154961 -r 0021ed250582 x11/openmotif/Makefile
--- a/x11/openmotif/Makefile Sun Jan 10 09:43:06 2010 +0000
+++ b/x11/openmotif/Makefile Sun Jan 10 14:32:01 2010 +0000
@@ -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 @@
--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
Home |
Main Index |
Thread Index |
Old Index