Source: fische
Severity: minor
Version: 3.1.1-1
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch natty no-add-needed
Tags: patch
thanks

I try to build your package in Natty with binutils-gold and gcc 4.5, and
your package failed to build.

Log can be found at here:
http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/fische_3.1.1-1_lubuntu32.buildlog

I try to modify a Makefile.in and i have successfully build. m can you
add libpulse to build-deps? Here a
patch

--- fische-3.1.1.orig/src/Makefile.am
+++ fische-3.1.1/src/Makefile.am
@@ -42,5 +42,5 @@
 fische_LDFLAGS =

 fische_LDADD = \
-       $(SDL_LIBS)
+       $(SDL_LIBS) -lpulse

only in patch2:
unchanged:
--- fische-3.1.1.orig/src/Makefile.in
+++ fische-3.1.1/src/Makefile.in
@@ -241,7 +241,7 @@

 fische_LDFLAGS =
 fische_LDADD = \
-       $(SDL_LIBS)
+       $(SDL_LIBS) -lpulse

 all: all-am

-- 
Mahyuddin Susanto
udienz at ubuntu.com | http://tripledin.wordpress.com/

--- fische-3.1.1.orig/src/Makefile.am
+++ fische-3.1.1/src/Makefile.am
@@ -42,5 +42,5 @@
 fische_LDFLAGS = 
 
 fische_LDADD = \
-	$(SDL_LIBS)
+	$(SDL_LIBS) -lpulse
 
only in patch2:
unchanged:
--- fische-3.1.1.orig/src/Makefile.in
+++ fische-3.1.1/src/Makefile.in
@@ -241,7 +241,7 @@
 
 fische_LDFLAGS = 
 fische_LDADD = \
-	$(SDL_LIBS)
+	$(SDL_LIBS) -lpulse
 
 all: all-am

Reply via email to