summaryrefslogtreecommitdiff
path: root/x11/gtksourceview/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-02-07 15:21:43 +0000
committerjmmv <jmmv@pkgsrc.org>2004-02-07 15:21:43 +0000
commit993d7a307bb1ca386d9c639cc4cfa2b409316488 (patch)
tree1327be70f46846e5517eddb8e21324ff20911468 /x11/gtksourceview/Makefile
parent8da3523b2c5b9639d74bd52007609b82f0fd4b0d (diff)
downloadpkgsrc-993d7a307bb1ca386d9c639cc4cfa2b409316488.tar.gz
Under a system without GNU regex, this package builds an internal copy of
it. This copy defines the standard regcomp and friends functions, which are also present in NetBSD. The problem is that the copy gets linked into the libgtksourceview shared library and, when loaded into memory, shadows native regex functions. The problem exposes itself at least in gedit through gnome-vfs2. The later executes regcomp, expecting the native one to be called, but instead the one from the libgtksourceview library appears, making the program crash. Apply a patch to ensure these internal GNU regex functions do not colish with native ones. Bump PKGREVISION to 8.
Diffstat (limited to 'x11/gtksourceview/Makefile')
-rw-r--r--x11/gtksourceview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtksourceview/Makefile b/x11/gtksourceview/Makefile
index 144b939a276..b39b44d2181 100644
--- a/x11/gtksourceview/Makefile
+++ b/x11/gtksourceview/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2004/01/24 15:30:33 grant Exp $
+# $NetBSD: Makefile,v 1.11 2004/02/07 15:21:43 jmmv Exp $
#
DISTNAME= gtksourceview-0.7.0
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/0.7/}