summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/enca/enca/configure-remove-dumbness.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/enca/enca/configure-remove-dumbness.patch')
-rw-r--r--meta-oe/recipes-support/enca/enca/configure-remove-dumbness.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/enca/enca/configure-remove-dumbness.patch b/meta-oe/recipes-support/enca/enca/configure-remove-dumbness.patch
new file mode 100644
index 000000000..6f6f3e320
--- /dev/null
+++ b/meta-oe/recipes-support/enca/enca/configure-remove-dumbness.patch
@@ -0,0 +1,26 @@
1--- enca-1.9/configure.ac.orig 2006-06-29 15:30:44.000000000 +0100
2+++ enca-1.9/configure.ac 2006-06-29 15:31:41.000000000 +0100
3@@ -92,14 +92,15 @@
4 dnl And for gtk-doc
5 gtk_CHECK_GTK_DOC
6
7-dnl Dirty path hack. Helps some people with badly set up search paths.
8-if test "$prefix" = "NONE"; then
9- LDFLAGS="$LDFLAGS -L$ac_default_prefix/lib"
10- CPPFLAGS="$CPPFLAGS -I$ac_default_prefix/include"
11-else
12- LDFLAGS="$LDFLAGS -L$prefix/lib"
13- CPPFLAGS="$CPPFLAGS -I$prefix/include"
14-fi
15+# This is really dumb code
16+#dnl Dirty path hack. Helps some people with badly set up search paths.
17+#if test "$prefix" = "NONE"; then
18+# LDFLAGS="$LDFLAGS -L$ac_default_prefix/lib"
19+# CPPFLAGS="$CPPFLAGS -I$ac_default_prefix/include"
20+#else
21+# LDFLAGS="$LDFLAGS -L$prefix/lib"
22+# CPPFLAGS="$CPPFLAGS -I$prefix/include"
23+#fi
24
25 dnl Checks for libraries.
26 ye_CHECK_LIBM