mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
27a2126b43
for generating the stream of netradios. It has tons of features, it's free and it's open-source! Liquidsoap lets you to describe your streams in a powerful and flexible way. Allowing arbitrarily deep-nested composition of streams, it gives you more power than you need for creating an original netradio. But liquidsoap is still very light and easy to use, in the Unix tradition of simple strong components working together. WWW: http://savonet.sourceforge.net/ PR: ports/142546 Submitted by: Mykola Dzham <i@levsha.me>
15 lines
445 B
Plaintext
15 lines
445 B
Plaintext
--- ./ocaml-faad-0.1.3/configure.ac.orig 2009-10-30 16:07:44.000000000 +0200
|
|
+++ ./ocaml-faad-0.1.3/configure.ac 2009-12-11 21:42:24.000000000 +0200
|
|
@@ -5,6 +5,11 @@
|
|
VERSION=$PACKAGE_VERSION
|
|
AC_MSG_RESULT([configuring $PACKAGE_STRING])
|
|
|
|
+# Include a config.h
|
|
+AC_CONFIG_HEADERS([config.h:config.h.in])
|
|
+# Include it
|
|
+CFLAGS="$CFLAGS -I\$(top_srcdir)"
|
|
+
|
|
# Add prefix to compilation variables
|
|
# if passed
|
|
if test "x$prefix" != "xNONE"; then
|