diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-10-02 20:19:37 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-10-02 20:19:37 +0000 |
commit | 1864aa5ee2e6424d12b71c9ce5e165dfdd4bf32b (patch) | |
tree | 1367a5f8e8af7d564b4176c37caceb3fcc2e8b9b /audio/zinf/files/patch-base_Makefile.in | |
parent | Clean up MASTER_SITES and point to Web Archive version of the homepage (diff) |
Remove expired ports:
2020-09-30 audio/zinf: Does not build, no upstream
2020-10-01 emulators/qemu-sbruno: Port will be removed in favor of emulators/qemu
Notes
Notes:
svn path=/head/; revision=551231
Diffstat (limited to 'audio/zinf/files/patch-base_Makefile.in')
-rw-r--r-- | audio/zinf/files/patch-base_Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/zinf/files/patch-base_Makefile.in b/audio/zinf/files/patch-base_Makefile.in deleted file mode 100644 index 1dde106549d9..000000000000 --- a/audio/zinf/files/patch-base_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- base/Makefile.in.orig 2004-02-17 22:11:09 UTC -+++ base/Makefile.in -@@ -245,7 +245,7 @@ zinf_SOURCES = src/log.cpp src/player.cp - - - zinf_LDADD = $(top_builddir)/io/libio.la unix/libunix.la \ -- $(ZINF_LIBS) $(GDBM_LIBS) $(THREAD_LIBS) $(GLIB_LIBS) -ldl -+ $(ZINF_LIBS) $(GDBM_LIBS) $(THREAD_LIBS) $(GLIB_LIBS) - - zinf_LDFLAGS = -export-dynamic -L$(top_builddir)/mdb - |