diff options
Diffstat (limited to 'sysutils/gnomesystemtools/files/patch-configure')
-rw-r--r-- | sysutils/gnomesystemtools/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/gnomesystemtools/files/patch-configure b/sysutils/gnomesystemtools/files/patch-configure new file mode 100644 index 00000000000..b854cde3a70 --- /dev/null +++ b/sysutils/gnomesystemtools/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed May 26 12:02:51 2004 ++++ configure Wed May 26 12:03:23 2004 +@@ -22623,7 +22623,7 @@ + GST_CFLAGS="$GST_DEPENDS_CFLAGS $GST_CRACK_LIB_CFLAGS $GST_DEPRECATED_FLAGS" + + GST_TOOL_LIBS="$GST_LIBS -lutil \$(top_builddir)/src/common/libsetuptool.a" +-GST_TOOL_CFLAGS="$GST_CFLAGS -I\$(top_srcdir)/src/common" ++GST_TOOL_CFLAGS="-I\$(top_srcdir)/src/common $GST_CFLAGS" + + GST_TOOL_CLEANFILES="\$(desktop) \$(desktop).in" + GST_TOOL_EXTRA_DIST="\$(toolpixmaps) \$(desktop).in.in" |