2acece294a
Fork it as the package is currently gone in Alpine edge for aarch64 and the builder seems to be stuck.
15 lines
718 B
Diff
15 lines
718 B
Diff
--- gtk+-2.24.8/gtk/Makefile.am.orig 2012-02-01 11:14:25.468115547 +0000
|
|
+++ gtk+-2.24.8/gtk/Makefile.am 2012-02-01 11:14:57.920116650 +0000
|
|
@@ -904,10 +904,10 @@
|
|
libgtk_quartz_2_0_la_SOURCES = $(gtk_c_sources)
|
|
libgtk_directfb_2_0_la_SOURCES = $(gtk_c_sources)
|
|
|
|
-libgtk_x11_2_0_la_LDFLAGS = $(libtool_opts)
|
|
+libgtk_x11_2_0_la_LDFLAGS = $(libtool_opts) -lgmodule-2.0
|
|
libgtk_win32_2_0_la_LDFLAGS = $(libtool_opts) -Wl,-luuid
|
|
libgtk_quartz_2_0_la_LDFLAGS = $(libtool_opts)
|
|
-libgtk_directfb_2_0_la_LDFLAGS = $(libtool_opts)
|
|
+libgtk_directfb_2_0_la_LDFLAGS = $(libtool_opts) -lgmodule-2.0
|
|
|
|
libgtk_x11_2_0_la_LIBADD = $(libadd)
|
|
libgtk_win32_2_0_la_LIBADD = $(libadd) -lole32 -lgdi32 -lcomdlg32 -lwinspool -lcomctl32
|