d58abcb8e8
OK jasper@, sthen@
14 lines
380 B
Plaintext
14 lines
380 B
Plaintext
$OpenBSD: patch-source_Makefile,v 1.3 2010/04/29 08:27:20 dcoppa Exp $
|
|
--- source/Makefile.orig Thu Apr 29 10:03:38 2010
|
|
+++ source/Makefile Thu Apr 29 10:03:48 2010
|
|
@@ -5,9 +5,6 @@ BINARY := shell-fm
|
|
LIB := libshellfm.so
|
|
STATIC := libshellfm.a
|
|
|
|
-ifeq ($(shell uname -s), OpenBSD)
|
|
- LDFLAGS += -lossaudio
|
|
-endif
|
|
ifeq ($(shell uname -s), NetBSD)
|
|
LDFLAGS += -lossaudio
|
|
endif
|