summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-04-10 22:46:53 +0000
committerjlam <jlam@pkgsrc.org>2002-04-10 22:46:53 +0000
commit644733df760b28d5eee1182167de856d48c494f1 (patch)
tree4a965ade1b6de60b39b7c99423cbffe240ec14e6 /x11
parent843bf5a7bae1c59981558eefe1c17315ea6e7990 (diff)
downloadpkgsrc-644733df760b28d5eee1182167de856d48c494f1.tar.gz
Wow, this has been broken for the longest time. We get rid of the trailing
slash to .../gtk-1.2/ since it's usually not there and we won't match it. This error was detected only because gconf-config has .../gtk-1.2 at the very end of it's output. Anywhere in the middle, and it would have been fine.
Diffstat (limited to 'x11')
-rw-r--r--x11/gtk/buildlink.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gtk/buildlink.mk b/x11/gtk/buildlink.mk
index d3b883ffd7a..16c26b35408 100644
--- a/x11/gtk/buildlink.mk
+++ b/x11/gtk/buildlink.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink.mk,v 1.11 2001/10/03 20:56:55 jlam Exp $
+# $NetBSD: buildlink.mk,v 1.12 2002/04/10 22:46:53 jlam Exp $
#
# This Makefile fragment is included by packages that use gtk.
#
@@ -29,9 +29,9 @@ BUILDLINK_FILES.gtk+= lib/libgdk.*
BUILDLINK_FILES.gtk+= lib/libgtk.*
REPLACE_BUILDLINK_SED+= \
- -e "s|-I${BUILDLINK_DIR}/\(include/gtk-[^/]*/\)|-I${BUILDLINK_PREFIX.gtk}/\1|g"
+ -e "s|-I${BUILDLINK_DIR}/\(include/gtk-[^ /]*\)|-I${BUILDLINK_PREFIX.gtk}/\1|g"
BUILDLINK_CONFIG_WRAPPER_SED+= \
- -e "s|-I${BUILDLINK_PREFIX.gtk}/\(include/gtk-[^/]*/\)|-I${BUILDLINK_DIR}/\1|g"
+ -e "s|-I${BUILDLINK_PREFIX.gtk}/\(include/gtk-[^ /]*\)|-I${BUILDLINK_DIR}/\1|g"
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../devel/glib/buildlink.mk"