diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-09-01 00:00:32 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-09-01 00:00:32 +0200 |
commit | ca9627e70852f6b2e835660df870fe3ab405882d (patch) | |
tree | 0a008b1d5b16fa0679a195ed7b5662c7891f591c /gnome-base/gnome-libs/files/gnome-libs-1.4.2-ds-gmodule.diff | |
download | darklin4-ca9627e70852f6b2e835660df870fe3ab405882d.tar.gz darklin4-ca9627e70852f6b2e835660df870fe3ab405882d.tar.bz2 darklin4-ca9627e70852f6b2e835660df870fe3ab405882d.tar.xz darklin4-ca9627e70852f6b2e835660df870fe3ab405882d.zip |
Initial import
Diffstat (limited to 'gnome-base/gnome-libs/files/gnome-libs-1.4.2-ds-gmodule.diff')
-rw-r--r-- | gnome-base/gnome-libs/files/gnome-libs-1.4.2-ds-gmodule.diff | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnome-base/gnome-libs/files/gnome-libs-1.4.2-ds-gmodule.diff b/gnome-base/gnome-libs/files/gnome-libs-1.4.2-ds-gmodule.diff new file mode 100644 index 0000000..e237412 --- /dev/null +++ b/gnome-base/gnome-libs/files/gnome-libs-1.4.2-ds-gmodule.diff @@ -0,0 +1,18 @@ +diff -dPNur gnome-libs-1.4.2/configure.in gnome-libs-1.4.2-ds/configure.in +--- gnome-libs-1.4.2/configure.in 2012-01-15 00:30:56.000000000 +0100 ++++ gnome-libs-1.4.2-ds/configure.in 2012-01-15 00:27:53.000000000 +0100 +@@ -119,13 +119,7 @@ + AC_CACHE_CHECK([for gmodule support], ac_cv_gmodule,[ + save_LDFLAGS="$LDFLAGS" + LDFLAGS="$LDFLAGS `glib-config --libs gmodule`" +- AC_TRY_RUN([ +-#include <gmodule.h> +- +-int main() +-{ +- return g_module_supported() == 0; +-}],ac_cv_gmodule=yes,ac_cv_gmodule=no,ac_cv_gmodule=yes) ++ ac_cv_gmodule=yes + LDFLAGS="$save_LDFLAGS"]) + if test $ac_cv_gmodule = no; then + AC_MSG_ERROR([Dynamic linking is not available on this platform. Some apps, |