summaryrefslogtreecommitdiff
path: root/package/patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-15 20:17:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-15 20:17:29 +0200
commit2ec757233179928bb4d8d514509d88f1b2235783 (patch)
tree5008981dd9f6715376b75e81e58b1acb2c3afd2a /package/patch
parentea1244a1bec5a938e032c0a06389b82305651019 (diff)
fix superh big endian compile for musl
Diffstat (limited to 'package/patch')
-rw-r--r--package/patch/patches/patch-Makefile_in18
1 files changed, 0 insertions, 18 deletions
diff --git a/package/patch/patches/patch-Makefile_in b/package/patch/patches/patch-Makefile_in
deleted file mode 100644
index eab39b6e8..000000000
--- a/package/patch/patches/patch-Makefile_in
+++ /dev/null
@@ -1,18 +0,0 @@
---- patch-2.5.9.orig/Makefile.in 2003-05-20 18:15:48.000000000 +0200
-+++ patch-2.5.9/Makefile.in 2009-06-13 22:52:33.487310060 +0200
-@@ -112,11 +112,11 @@ patch$(EXEEXT): $(OBJS)
- $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS)
-
- install:: all installdirs
-- $(INSTALL_PROGRAM) patch$(EXEEXT) $(bindir)/$(patch_name)$(EXEEXT)
-- -$(INSTALL_DATA) $(srcdir)/patch.man $(man1dir)/$(patch_name)$(man1ext)
-+ $(INSTALL_PROGRAM) patch$(EXEEXT) $(DESTDIR)/$(bindir)/$(patch_name)$(EXEEXT)
-+ -$(INSTALL_DATA) $(srcdir)/patch.man $(DESTDIR)/$(man1dir)/$(patch_name)$(man1ext)
-
--installdirs::
-- $(SHELL) $(srcdir)/mkinstalldirs $(bindir) $(man1dir)
-+installdirs:
-+ $(SHELL) $(srcdir)/mkinstalldirs $(DESTDIR)/$(bindir) $(DESTDIR)/$(man1dir)
-
- install-strip::
- $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install