pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gdkxft The capplet-widget.h is not located where t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd80d7206429
branches:  trunk
changeset: 477205:bd80d7206429
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jun 27 23:04:17 2004 +0000

description:
The capplet-widget.h is not located where this package expect.
Add an include path to its current location.

diffstat:

 x11/gdkxft/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 8eedf3905b2d -r bd80d7206429 x11/gdkxft/Makefile
--- a/x11/gdkxft/Makefile       Sun Jun 27 23:00:34 2004 +0000
+++ b/x11/gdkxft/Makefile       Sun Jun 27 23:04:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/04/27 09:28:30 recht Exp $
+# $NetBSD: Makefile,v 1.23 2004/06/27 23:04:17 kristerw Exp $
 #
 
 DISTNAME=              gdkxft-1.5
@@ -24,6 +24,8 @@
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --enable-static
 
+CPPFLAGS+=             -I${LOCALBASE}/include/libcapplet1
+
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gdkxft
 .for doc in AUTHORS COPYING ChangeLog INSTALL NEWS README



Home | Main Index | Thread Index | Old Index