summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkmm24/files/patch-gtk__gtkmm__Makefile.in
blob: e514acccdc6aff8eac34d72dbda277f7187286d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- gtk/gtkmm/Makefile.in.orig  Sat Apr  9 20:53:29 2005
+++ gtk/gtkmm/Makefile.in   Tue Apr 19 17:50:35 2005
@@ -425,8 +425,7 @@
 # libraries at link time to resolve symbols (remember a dll is like an
 # executable).
 @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined -Wl,--export-all-symbols
-@PLATFORM_WIN32_FALSE@win32_dlls_extra_libs = 
-@PLATFORM_WIN32_TRUE@win32_dlls_extra_libs = $(sublib_win32_dlls_libs)
+win32_dlls_extra_libs = $(sublib_win32_dlls_libs)
 common_ldflags = -version-info $(sublib_libversion) $(no_undefined)
 
 # All modules can include all other modules,