openbsd-ports/audio/shell-fm/patches/patch-source_Makefile
dcoppa d58abcb8e8 Remove ossaudio dependency.
OK jasper@, sthen@
2010-04-29 08:27:19 +00:00

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