comms/aldo: Add missed patches during update 0.7.7 → 0.7.8

PR:	284281 282898
Fixes:	98ec15bd96 (Updated to new version and changed Maintainer)
This commit is contained in:
Älven 2025-01-27 23:28:34 +03:00 committed by Vladimir Druzenko
parent af06015ded
commit 96e7c8e5fb
5 changed files with 42 additions and 24 deletions

View file

@ -15,7 +15,6 @@ LIB_DEPENDS= libao.so:audio/libao
USES= autoreconf compiler:c++0x localbase
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/aldo \
share/man/man1/aldo.1.gz

View file

@ -0,0 +1,6 @@
--- VERSION.orig 2013-07-16 10:33:43 UTC
+++ VERSION
@@ -1,2 +1 @@
-0.7.7
-
+0.7.8

View file

@ -1,12 +0,0 @@
--- configure.orig 2012-03-31 11:55:36 UTC
+++ configure
@@ -2725,9 +2725,6 @@ am__tar='$${TAR-tar} chof - "$$tardir"'
-CPPFLAGS="-I${includedir}"
-LDFLAGS="-L${libdir}"
-LIBS="-L${libdir} ${LIBS}"
# Checks for programs.
ac_ext=cpp

View file

@ -0,0 +1,36 @@
--- configure.ac.orig 2013-07-16 10:33:43 UTC
+++ configure.ac
@@ -2,22 +2,17 @@ AC_PREREQ([2.59])
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.59])
-AC_INIT([aldo], [0.7.7], [Giuseppe Martino denever@users.sf.net])
+AC_INIT([aldo], [0.7.8], [Giuseppe Martino denever@users.sf.net])
AC_CONFIG_AUX_DIR(config)
-AC_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([dist-bzip2])
+AC_CONFIG_HEADERS([config.h])
+AM_INIT_AUTOMAKE
-CPPFLAGS="-I${includedir}"
-LDFLAGS="-L${libdir}"
-LIBS="-L${libdir} ${LIBS}"
-
# Checks for programs.
AC_PROG_CXX
AC_PROG_INSTALL
#AC_PROG_RANLIB
# Checks for header files.
-AC_HEADER_STDC
AC_CHECK_LIB(ao, main)
AC_CHECK_HEADERS(ao/ao.h, [], [echo "Error! You need to have libao (www.xiph.org/ao) around.";exit -1])
@@ -27,7 +22,6 @@ AC_C_INLINE
AC_C_INLINE
# Checks for library functions.
-AC_PROG_GCC_TRADITIONAL
AC_CHECK_FUNCS([floor])
AC_CONFIG_FILES([Makefile

View file

@ -1,11 +0,0 @@
--- include/Makefile.in.orig 2012-03-31 11:55:36 UTC
+++ include/Makefile.in
@@ -105,7 +105,7 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
-VERSION = @VERSION@
+VERSION = "@VERSION@"
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@