Schismtracker: fix recipe.

Fixes http://ports.haiku-files.org/ticket/370.
This commit is contained in:
Adrien Destugues
2015-04-20 21:05:02 +02:00
parent cff6e8d183
commit aaee64773f
3 changed files with 92 additions and 31 deletions

View File

@@ -0,0 +1,25 @@
From 00ee988722c54bfb1ce9c157226598b0404f7fcf Mon Sep 17 00:00:00 2001
From: Adrien Destugues <pulkomandy@gmail.com>
Date: Mon, 20 Apr 2015 21:03:52 +0200
Subject: Remove -ldl
* Does not exist in Haiku.
diff --git a/Makefile.am b/Makefile.am
index 66a8922..03a080b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -393,7 +393,7 @@ AM_OBJCFLAGS = $(AM_CFLAGS)
schismtracker_DEPENDENCIES = $(files_windres)
schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM)
-if ! USE_WIN32
-schismtracker_LDADD += -ldl
-endif
+#if ! USE_WIN32
+#schismtracker_LDADD += -ldl
+#endif
--
2.2.2