openbsd-ports/audio/deadbeef/patches/patch-plugins_supereq_Makefile_am
shadchin a6ab3980da Import deadbeef 0.5.5.
DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, BSD,
OpenSolaris and probably other UNIX-like systems.

ok dcoppa@
2012-08-08 18:06:48 +00:00

16 lines
794 B
Plaintext

$OpenBSD: patch-plugins_supereq_Makefile_am,v 1.1.1.1 2012/08/08 18:06:48 shadchin Exp $
--- plugins/supereq/Makefile.am.orig Sun May 29 18:21:42 2011
+++ plugins/supereq/Makefile.am Sun May 29 18:21:58 2011
@@ -45,9 +45,9 @@ supereq_la_SOURCES = supereq.c Equ.cpp Equ.h Fftsg_fl.
#AM_CPPFLAGS = $(CXXFLAGS) -fno-exceptions -fno-rtti -nostdlib -fno-unwind-tables -I nsfft-1.00/dft -I nsfft-1.00/simd -msse -DENABLE_SSE_FLOAT -DUSE_SHIBATCH
AM_CFLAGS = $(CFLAGS) -std=c99 -DUSE_OOURA
-AM_CPPFLAGS = $(CXXFLAGS) -fno-exceptions -fno-rtti -nostdlib -fno-unwind-tables -DUSE_OOURA
+AM_CPPFLAGS = $(CXXFLAGS) -fno-exceptions -fno-rtti -fno-unwind-tables -DUSE_OOURA
-supereq_la_LDFLAGS = -module -nostdlib -lsupc++
+supereq_la_LDFLAGS = -module -lsupc++
supereq_la_LIBADD = $(LDADD)
endif