1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/audio/liquidsoap/files/patch-ocaml-faad-0.1.3__configure.ac
Wen Heping 27a2126b43 Liquidsoap is the audio stream generator of the Savonet project, notably used
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>
2010-01-19 23:24:44 +00:00

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