summaryrefslogtreecommitdiff
path: root/mk
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 /mk
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 'mk')
0 files changed, 0 insertions, 0 deletions