aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-10-28 11:14:40 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-10-28 11:14:40 +0000
commit516dda3ededa020af0d5dd0c030302dff8ae5ab3 (patch)
tree466239d95be37f54ac62bbbed3afb9014d2c6846 /audio
parentb231545c849a42d9715a01698e189dd568527048 (diff)
downloadports-516dda3ededa020af0d5dd0c030302dff8ae5ab3.tar.gz
ports-516dda3ededa020af0d5dd0c030302dff8ae5ab3.zip
Fix CFLAGS.
PR: 231784 Submitted by: Piotr Kubaj Approved by: maintainer
Notes
Notes: svn path=/head/; revision=483275
Diffstat (limited to 'audio')
-rw-r--r--audio/zita-resampler/files/patch-Makefile9
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)