1
0
forked from pool/schismtracker
Jan Engelhardt 2011-09-29 09:43:19 +00:00 committed by Git OBS Bridge
parent c9d7654329
commit 54556b4d74
3 changed files with 18 additions and 14 deletions

15
schismtracker-link.diff Normal file
View File

@ -0,0 +1,15 @@
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: schismtracker/Makefile.am
===================================================================
--- schismtracker.orig/Makefile.am
+++ schismtracker/Makefile.am
@@ -391,5 +391,5 @@ AM_CFLAGS = $(SDL_CFLAGS) $(cflags_alsa)
AM_OBJCFLAGS = $(AM_CFLAGS)
schismtracker_DEPENDENCIES = $(files_windres)
-schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM)
+schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM) -ldl

View File

@ -1,9 +0,0 @@
--- Makefile.am 2011-04-09 03:19:16.000000000 +0200
+++ Makefile.am 2011-09-29 11:05:53.551173156 +0200
@@ -391,5 +391,5 @@
AM_OBJCFLAGS = $(AM_CFLAGS)
schismtracker_DEPENDENCIES = $(files_windres)
-schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM)
+schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM) -ldl

View File

@ -20,7 +20,7 @@
Name: schismtracker
Version: 0.20110409
Release: 1
Url: http://schismtracker.org/
URL: http://schismtracker.org/
License: GPL v2 or later
Group: Productivity/Multimedia/Sound/Editors and Convertors
Summary: Music editor that aims to match the look and feel of Impulse Tracker
@ -29,7 +29,7 @@ Source: %name-%version.tar.xz
Source1: %name.desktop
Patch1: schism-alsa.diff
Patch2: schism-nodate.diff
Patch3: schismtracker-link.patch
Patch3: schismtracker-link.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: SDL-devel >= 1.2.10
BuildRequires: xorg-x11-devel
@ -47,9 +47,7 @@ bugfixes and changes to improve IT playback.
%prep
%setup -q -n %name
%patch1 -p1
%patch2 -p1
%patch3
%patch -P 1 -P 2 -P 3 -p1
%build
if [ ! -e configure ]; then