mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Schismtracker: fix recipe.
Fixes http://ports.haiku-files.org/ticket/370.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user