mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
$NetBSD: patch-sounds_Makefile,v 1.1 2012/12/11 08:22:49 jnemeth Exp $
|
|
|
|
--- sounds/Makefile.orig 2012-01-24 20:37:09.000000000 +0000
|
|
+++ sounds/Makefile
|
|
@@ -119,20 +119,6 @@ endef # sound_format_lang_rule
|
|
all: $(CORE_SOUNDS) $(EXTRA_SOUNDS) $(MOH)
|
|
|
|
have_download:
|
|
- @if test "$(DOWNLOAD)" = ":" ; then \
|
|
- echo "**************************************************"; \
|
|
- echo "*** ***"; \
|
|
- echo "*** You must have either wget or fetch to be ***"; \
|
|
- echo "*** able to automatically download and install ***"; \
|
|
- echo "*** the requested sound packages. ***"; \
|
|
- echo "*** ***"; \
|
|
- echo "*** Please install one of these, or remove any ***"; \
|
|
- echo "*** extra sound package selections in ***"; \
|
|
- echo "*** menuselect before installing Asterisk. ***"; \
|
|
- echo "*** ***"; \
|
|
- echo "**************************************************"; \
|
|
- exit 1; \
|
|
- fi
|
|
|
|
$(eval $(call sound_format_lang_rule,$(SOUNDS_DIR),core-sounds,en,$(CORE_SOUNDS_VERSION)))
|
|
|