diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-10-28 11:14:40 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-10-28 11:14:40 +0000 |
commit | 516dda3ededa020af0d5dd0c030302dff8ae5ab3 (patch) | |
tree | 466239d95be37f54ac62bbbed3afb9014d2c6846 /audio/zita-resampler | |
parent | b231545c849a42d9715a01698e189dd568527048 (diff) | |
download | ports-516dda3ededa020af0d5dd0c030302dff8ae5ab3.tar.gz ports-516dda3ededa020af0d5dd0c030302dff8ae5ab3.zip |
Notes
Diffstat (limited to 'audio/zita-resampler')
-rw-r--r-- | audio/zita-resampler/files/patch-Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/zita-resampler/files/patch-Makefile b/audio/zita-resampler/files/patch-Makefile index d80842d21caf..ba35c0963bc0 100644 --- a/audio/zita-resampler/files/patch-Makefile +++ b/audio/zita-resampler/files/patch-Makefile @@ -21,16 +21,17 @@ MAJVERS = 1 MINVERS = 6.2 -@@ -34,7 +33,7 @@ DISTDIR = zita-resampler-$(VERSION) +@@ -33,8 +32,7 @@ DISTDIR = zita-resampler-$(VERSION) + CPPFLAGS += -I. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS CXXFLAGS += -Wall -fPIC -O2 -ffast-math - CXXFLAGS += -march=native +-CXXFLAGS += -march=native -LDFLAGS += +LDFLAGS += LDLIBS += -@@ -46,6 +45,7 @@ ZITA-RESAMPLER_O = resampler.o vresample +@@ -46,6 +44,7 @@ ZITA-RESAMPLER_O = resampler.o vresampler.o resampler- ZITA-RESAMPLER_H = zita-resampler/resampler.h zita-resampler/resampler-table.h \ zita-resampler/vresampler.h zita-resampler/cresampler.h @@ -38,7 +39,7 @@ $(ZITA-RESAMPLER_MIN): $(ZITA-RESAMPLER_O) $(CXX) -shared $(LDFLAGS) -Wl,-soname,$(ZITA-RESAMPLER_MAJ) -o $(ZITA-RESAMPLER_MIN) $(ZITA-RESAMPLER_O) $(ZITA-RESAMPLER_DEP) -@@ -56,9 +56,10 @@ $(ZITA-RESAMPLER_O): $(ZITA-RESAMPLER_H) +@@ -56,9 +55,10 @@ $(ZITA-RESAMPLER_O): $(ZITA-RESAMPLER_H) install: $(ZITA-RESAMPLER_MIN) install -d $(DESTDIR)$(INCDIR)/zita-resampler install -d $(DESTDIR)$(LIBDIR) |