diff options
Diffstat (limited to 'x11-toolkits/hs-gtk2hs/files')
-rw-r--r-- | x11-toolkits/hs-gtk2hs/files/patch-Makefile | 11 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk2hs/files/patch-pthread | 21 |
2 files changed, 0 insertions, 32 deletions
diff --git a/x11-toolkits/hs-gtk2hs/files/patch-Makefile b/x11-toolkits/hs-gtk2hs/files/patch-Makefile deleted file mode 100644 index 076e7f0..0000000 --- a/x11-toolkits/hs-gtk2hs/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Tue Jan 11 13:23:20 2005 -+++ Makefile Tue Jan 11 13:23:26 2005 -@@ -26,7 +26,7 @@ - demo/hello demo/buttonbox - - ifeq ($(GTK_VERSION_2_4),yes) --MAKE_APPS += demo/filechooser -+#MAKE_APPS += demo/filechooser - endif - - ifeq ($(strip $(ENABLE_LIBGLADE)),yes) diff --git a/x11-toolkits/hs-gtk2hs/files/patch-pthread b/x11-toolkits/hs-gtk2hs/files/patch-pthread deleted file mode 100644 index a968011..0000000 --- a/x11-toolkits/hs-gtk2hs/files/patch-pthread +++ /dev/null @@ -1,21 +0,0 @@ ---- gconf/Makefile.orig Tue Jan 11 14:27:55 2005 -+++ gconf/Makefile Tue Jan 11 15:47:48 2005 -@@ -29,6 +29,7 @@ - EXTRA_CPPFLAGS = $(GCONF_CFLAGS) - - EXTRA_LIBS = $(GCONF_LIBS) -+EXTRALD_FLAGS = -pthread - - NEEDPACKAGES = gtk2 - ---- mk/library.mk.orig Tue Jan 11 15:49:48 2005 -+++ mk/library.mk Tue Jan 11 15:50:08 2005 -@@ -46,7 +46,7 @@ - package_deps = [$(call makeTextList,$(NEEDPACKAGES))],\ - extra_ghc_opts = [$(call makeTextList,$(EXTRAHC_FLAGS))],\ - extra_cc_opts = [],\ -- extra_ld_opts = [$(call makeTextList,\ -+ extra_ld_opts = [$(call makeTextList,$(EXTRALD_FLAGS)\ - $(addprefix -Wl$(COMMA),\ - $(addprefix --subsystem$(SPACE),$(SUBSYSTEM))) \ - $(addprefix -u ,$(EXTRA_SYMBOLS)))]} | \ |