Files
haikuports/media-sound/schismtracker/patches/schismtracker-20120105.patchset
2015-04-20 21:05:02 +02:00

26 lines
597 B
Plaintext

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