]> git.pld-linux.org Git - packages/audiofile.git/commitdiff
libm patch obsolete since 0.3.3
authorJan Palus <atler@pld-linux.org>
Sun, 11 Sep 2022 11:20:12 +0000 (13:20 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 11 Sep 2022 11:20:12 +0000 (13:20 +0200)
audiofile.spec
libm.patch [deleted file]

index 8cec9ee9325cfa99955d2e66d7cce1e1517ec62c..9f9fcf1b0dfa21fc4f4a3a6c9f4d114a5addfbff 100644 (file)
@@ -16,8 +16,7 @@ License:      LGPL v2.1+
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/audiofile/0.3/%{name}-%{version}.tar.xz
 # Source0-md5: 235dde14742317328f0109e9866a8008
-Patch0:                libm.patch
-Patch1:                gcc6.patch
+Patch0:                gcc6.patch
 URL:           http://www.68k.org/~michael/audiofile/
 BuildRequires: asciidoc
 BuildRequires: autoconf >= 2.50
@@ -158,7 +157,6 @@ audiofile.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/libm.patch b/libm.patch
deleted file mode 100644 (file)
index f11a310..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- audiofile-0.3.1/examples/Makefile.am.wiget 2011-10-02 10:24:42.389369020 +0200
-+++ audiofile-0.3.1/examples/Makefile.am       2011-10-02 10:26:14.975931303 +0200
-@@ -10,7 +10,7 @@ EXTRA_PROGRAMS = alsaplay irixread irixt
- LIBAUDIOFILE = $(top_builddir)/libaudiofile/libaudiofile.la
- alsaplay_SOURCES = alsaplay.cpp
--alsaplay_LDADD = $(LIBAUDIOFILE) -lasound
-+alsaplay_LDADD = $(LIBAUDIOFILE) -lasound -lm
- irixread_SOURCES = irixread.c sgi.c sgi.h
- irixread_LDADD = $(LIBAUDIOFILE) -laudio
-@@ -23,6 +23,8 @@ linuxtest_SOURCES = linuxtest.c
- osxplay_SOURCES = osxplay.c
- osxplay_LDFLAGS = -framework AudioUnit -framework CoreServices
-+power_LDADD = $(LIBAUDIOFILE) -lm
-+
- LDADD = $(LIBAUDIOFILE)
- DEPENDENCIES = $(LIBAUDIOFILE)
This page took 0.100624 seconds and 4 git commands to generate.