diff options
Diffstat (limited to 'devel/yasm/files')
-rw-r--r-- | devel/yasm/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | devel/yasm/files/patch-libltdl-Makefile.in | 11 | ||||
-rw-r--r-- | devel/yasm/files/patch-ltmain.sh | 6 | ||||
-rw-r--r-- | devel/yasm/files/patch-m4-Makefile.in | 11 |
4 files changed, 36 insertions, 3 deletions
diff --git a/devel/yasm/files/patch-Makefile.in b/devel/yasm/files/patch-Makefile.in new file mode 100644 index 000000000000..9f3c023e2ef7 --- /dev/null +++ b/devel/yasm/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Nov 2 00:46:16 2004 ++++ Makefile.in Tue Nov 2 00:47:10 2004 +@@ -192,7 +192,7 @@ + $(ACLOCAL_M4) + am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno configure.status.lineno +-mkinstalldirs = $(mkdir_p) ++mkinstalldirs = mkdir -p + CONFIG_HEADER = config.h + CONFIG_CLEAN_FILES = + am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man7dir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(modincludedir)" diff --git a/devel/yasm/files/patch-libltdl-Makefile.in b/devel/yasm/files/patch-libltdl-Makefile.in new file mode 100644 index 000000000000..312bc27d7381 --- /dev/null +++ b/devel/yasm/files/patch-libltdl-Makefile.in @@ -0,0 +1,11 @@ +--- libltdl/Makefile.in.orig Tue Nov 2 00:46:21 2004 ++++ libltdl/Makefile.in Tue Nov 2 00:47:17 2004 +@@ -51,7 +51,7 @@ + $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac + am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +-mkinstalldirs = $(mkdir_p) ++mkinstalldirs = mkdir -p + CONFIG_HEADER = $(top_builddir)/config.h + CONFIG_CLEAN_FILES = + am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" diff --git a/devel/yasm/files/patch-ltmain.sh b/devel/yasm/files/patch-ltmain.sh index f2a4a45d2345..d8a13a68823a 100644 --- a/devel/yasm/files/patch-ltmain.sh +++ b/devel/yasm/files/patch-ltmain.sh @@ -1,6 +1,6 @@ ---- config/ltmain.sh.orig Mon Apr 7 13:08:30 2003 -+++ config/ltmain.sh Mon Apr 7 13:08:44 2003 -@@ -5288,10 +5288,12 @@ +--- config/ltmain.sh.orig Sat Oct 30 20:55:58 2004 ++++ config/ltmain.sh Sun Oct 31 16:12:55 2004 +@@ -5551,10 +5551,12 @@ fi # Install the pseudo-library for information purposes. diff --git a/devel/yasm/files/patch-m4-Makefile.in b/devel/yasm/files/patch-m4-Makefile.in new file mode 100644 index 000000000000..8be163e7c34f --- /dev/null +++ b/devel/yasm/files/patch-m4-Makefile.in @@ -0,0 +1,11 @@ +--- m4/Makefile.in.orig Tue Nov 2 00:46:25 2004 ++++ m4/Makefile.in Tue Nov 2 00:47:02 2004 +@@ -45,7 +45,7 @@ + $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac + am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +-mkinstalldirs = $(mkdir_p) ++mkinstalldirs = mkdir -p + CONFIG_HEADER = $(top_builddir)/config.h + CONFIG_CLEAN_FILES = + SOURCES = |