aboutsummaryrefslogtreecommitdiff
path: root/patches/php
diff options
context:
space:
mode:
Diffstat (limited to 'patches/php')
-rwxr-xr-xpatches/php/php.SlackBuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/patches/php/php.SlackBuild b/patches/php/php.SlackBuild
index 2e07d8c3..88c3b679 100755
--- a/patches/php/php.SlackBuild
+++ b/patches/php/php.SlackBuild
@@ -7,6 +7,21 @@
# Small changes by rhatto
#
+cat << EOCAT
+Recomended and required packages for building icecast are:
+
+ libiconv
+
+EOCAT
+
+if [ "$INTERACT" != "no" ]; then
+ echo If you dont have those installed, press Ctrl-C. Otherwise, hit ENTER.
+ read crap
+else
+ echo sleeping 3 seconds...
+ sleep 3
+fi
+
CWD="`pwd`"
if [ -f "/etc/slackbuildrc" ]; then