diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-09-02 05:23:45 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-09-02 05:23:45 +0200 |
commit | 576b6208d6defe240bfa2477d6dd19f1ed83bfaf (patch) | |
tree | 7d54883f16cccc4cbd414398d7fec3c437b36b49 /gnome-base/gnome-libs/files/gnome-libs-1.4.2-ds-gmodule.diff | |
parent | fdd6b67a78a966f6a2131de8fe0e539316511083 (diff) | |
download | darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.gz darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.bz2 darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.tar.xz darklin4-576b6208d6defe240bfa2477d6dd19f1ed83bfaf.zip |
Cleaned most of outdated stuff
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, 0 insertions, 18 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 deleted file mode 100644 index e237412..0000000 --- a/gnome-base/gnome-libs/files/gnome-libs-1.4.2-ds-gmodule.diff +++ /dev/null @@ -1,18 +0,0 @@ -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, |