aboutsummaryrefslogtreecommitdiff
path: root/audio/libao
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2011-06-08 19:56:00 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2011-06-08 19:56:00 +0000
commit50e69feddce268f87533af66185d62f85f7de0a9 (patch)
treed33c47fc37f8c252eb912b5188db9d8e8c181142 /audio/libao
parent24342e85a418378f0a4432d37412b37377a2ce29 (diff)
downloadports-50e69feddce268f87533af66185d62f85f7de0a9.tar.gz
ports-50e69feddce268f87533af66185d62f85f7de0a9.zip
Notes
Diffstat (limited to 'audio/libao')
-rw-r--r--audio/libao/Makefile2
-rw-r--r--audio/libao/distinfo4
-rw-r--r--audio/libao/files/patch-configure20
3 files changed, 13 insertions, 13 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile
index 9b3d9d5f37a7..fc7a7d384ce2 100644
--- a/audio/libao/Makefile
+++ b/audio/libao/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libao
-PORTVERSION= 1.0.0
+PORTVERSION= 1.1.0
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/ao/
diff --git a/audio/libao/distinfo b/audio/libao/distinfo
index c04187813553..45310e5b94f7 100644
--- a/audio/libao/distinfo
+++ b/audio/libao/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libao-1.0.0.tar.gz) = d0fe2c7e4afb8e45e8a3693fe9fde5402dbc2faecfb68a25e9c0cd711817b82a
-SIZE (libao-1.0.0.tar.gz) = 394204
+SHA256 (libao-1.1.0.tar.gz) = 29de5bb9b1726ba890455ef7e562d877df87811febb0d99ee69164b88c171bd4
+SIZE (libao-1.1.0.tar.gz) = 397102
diff --git a/audio/libao/files/patch-configure b/audio/libao/files/patch-configure
index e61eab48400e..c504e772923d 100644
--- a/audio/libao/files/patch-configure
+++ b/audio/libao/files/patch-configure
@@ -1,9 +1,9 @@
$FreeBSD$
---- configure.orig 2010-06-05 15:58:21.000000000 +0200
-+++ configure 2010-06-05 16:00:29.000000000 +0200
-@@ -11593,7 +11593,7 @@ if test -z "$GCC"; then
+--- configure.orig 2011-06-08 21:32:18.000000000 +0200
++++ configure 2011-06-08 21:32:18.000000000 +0200
+@@ -11059,7 +11059,7 @@ if test -z "$GCC"; then
*)
PLUGIN_LDFLAGS="-export-dynamic -avoid-version"
DEBUG="-g"
@@ -12,7 +12,7 @@ $FreeBSD$
PROFILE="-g -p" ;;
esac
else
-@@ -11616,9 +11616,9 @@ else
+@@ -11082,9 +11082,9 @@ else
PROFILE="-g -pg -D__NO_MATH_INLINES -fsigned-char" ;;
*)
PLUGIN_LDFLAGS="-export-dynamic -avoid-version"
@@ -25,16 +25,16 @@ $FreeBSD$
esac
fi
CFLAGS="$CFLAGS $cflags_save -DAO_BUILDING_LIBAO"
-@@ -16563,7 +16563,7 @@ if test "${ac_cv_lib_audio_AuOpenServer+
- echo $ECHO_N "(cached) $ECHO_C" >&6
+@@ -12978,7 +12978,7 @@ if test "${ac_cv_lib_audio_AuOpenServer+
+ $as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-laudio -lXau $X_LIBS $LIBS"
+LIBS="-laudio -lXau -lXt -lm $X_LIBS $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -16780,7 +16780,7 @@ fi
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+
+@@ -13041,7 +13041,7 @@ fi
if test "x$have_nas" = xyes; then
NAS_CFLAGS="$X_CFLAGS"