mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 00:39:15 -04:00
* Fix audiofile detection * Small CC safeness fixes * Add Hermes support This work is the product of colaboration between lioux and myself. Approved by: maintainer
19 lines
526 B
Text
19 lines
526 B
Text
--- configure.orig Wed Jan 22 09:17:40 2003
|
|
+++ configure Wed Jan 29 14:49:56 2003
|
|
@@ -7520,6 +7520,7 @@
|
|
|
|
# This can be used to rebuild libtool when needed
|
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
|
|
|
# Always use our own libtool.
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@@ -7712,7 +7713,7 @@
|
|
if test "x$COMPILER" = "xforte"; then
|
|
GST_ERROR=
|
|
else
|
|
- if test "x$GST_CVS"="xyes"; then
|
|
+ if test "x$GST_CVS" = "xyes"; then
|
|
GST_ERROR="-Wall -Werror"
|
|
else
|
|
GST_ERROR="-Wall"
|