diff options
Diffstat (limited to 'graphics/teddy/files/patch-configure')
-rw-r--r-- | graphics/teddy/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/teddy/files/patch-configure b/graphics/teddy/files/patch-configure new file mode 100644 index 000000000000..a02afa8e57bb --- /dev/null +++ b/graphics/teddy/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Dec 2 15:48:44 2002 ++++ configure Tue Apr 13 09:54:17 2004 +@@ -1552,7 +1552,7 @@ + fi + + if test "x$PKG_CONFIG" != "xno" ; then +- PKGDIR="`which pkg-config | sed s/bin\\\\/pkg-/lib\\\\/pkg/`" ++ PKGDIR="`which pkg-config | sed s/bin\\\\/pkg-/libdata\\\\/pkg/`" + else + PKGDIR="${prefix}/lib/pkgconfig" + if test "x$lib_do_shared" = "xyes"; then |