diff options
author | vs <vs@FreeBSD.org> | 2005-07-01 15:17:24 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-07-01 15:17:24 +0800 |
commit | e4d67a4247824cbe224e337ce615e183ed58a669 (patch) | |
tree | 5d01cf54d999ca4a8257625ea8bd21d92d6d32f5 | |
parent | bcc130f92a21544fa77a22fcc6cf88665dd7808a (diff) | |
download | freebsd-ports-gnome-e4d67a4247824cbe224e337ce615e183ed58a669.tar.gz freebsd-ports-gnome-e4d67a4247824cbe224e337ce615e183ed58a669.tar.zst freebsd-ports-gnome-e4d67a4247824cbe224e337ce615e183ed58a669.zip |
Remove obsolete patch now that we don't build the included libltdl anymore
-rw-r--r-- | devel/yasm/files/patch-libltdl-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/yasm/files/patch-libltdl-Makefile.in b/devel/yasm/files/patch-libltdl-Makefile.in deleted file mode 100644 index 312bc27d7381..000000000000 --- a/devel/yasm/files/patch-libltdl-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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)" |