diff options
Diffstat (limited to 'recipes/mc/mc-4.6.2/cross-compile.patch')
-rw-r--r-- | recipes/mc/mc-4.6.2/cross-compile.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/mc/mc-4.6.2/cross-compile.patch b/recipes/mc/mc-4.6.2/cross-compile.patch new file mode 100644 index 0000000000..53879e9cef --- /dev/null +++ b/recipes/mc/mc-4.6.2/cross-compile.patch @@ -0,0 +1,16 @@ +Index: mc-4.6.2/src/Makefile.am +=================================================================== +--- mc-4.6.2.orig/src/Makefile.am 2009-02-01 19:30:21.000000000 +0000 ++++ mc-4.6.2/src/Makefile.am 2009-02-25 13:24:16.000000000 +0000 +@@ -14,7 +14,10 @@ + endif + + noinst_PROGRAMS = man2hlp +-man2hlp_LDADD = $(GLIB_LIBS) ++man2hlp_CFLAGS = $(GLIB_CFLAGS_FOR_BUILD) ++man2hlp_LDADD = $(GLIB_LIBS_FOR_BUILD) ++$(man2hlp_OBJECTS): CC=$(CC_FOR_BUILD) ++man2hlp_LINK = $(LD_FOR_BUILD) -o $@ + + mcmfmt_SOURCES = mfmt.c + |