diff options
Diffstat (limited to 'misc/metatheme2/files/patch-plugins_gtk-2_Makefile.in')
-rw-r--r-- | misc/metatheme2/files/patch-plugins_gtk-2_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/metatheme2/files/patch-plugins_gtk-2_Makefile.in b/misc/metatheme2/files/patch-plugins_gtk-2_Makefile.in new file mode 100644 index 000000000000..e7691be2ff30 --- /dev/null +++ b/misc/metatheme2/files/patch-plugins_gtk-2_Makefile.in @@ -0,0 +1,11 @@ +--- plugins/gtk-2/Makefile.in.orig Sun May 19 16:29:10 2002 ++++ plugins/gtk-2/Makefile.in Sun May 19 16:29:22 2002 +@@ -136,7 +136,7 @@ + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ +-libgtkplugin2_la_LDFLAGS = ++libgtkplugin2_la_LDFLAGS = -avoid-version -module + libgtkplugin2_la_LIBADD = + libgtkplugin2_la_OBJECTS = gtk-plugin.lo gtk-config-gui.lo + CFLAGS = @CFLAGS@ |