Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 11:14:40 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483275 - head/audio/zita-resampler/files
Message-ID:  <201810281114.w9SBEeS8091856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Oct 28 11:14:40 2018
New Revision: 483275
URL: https://svnweb.freebsd.org/changeset/ports/483275

Log:
  Fix CFLAGS.
  
  PR:		231784
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/audio/zita-resampler/files/patch-Makefile

Modified: head/audio/zita-resampler/files/patch-Makefile
==============================================================================
--- head/audio/zita-resampler/files/patch-Makefile	Sun Oct 28 11:05:26 2018	(r483274)
+++ head/audio/zita-resampler/files/patch-Makefile	Sun Oct 28 11:14:40 2018	(r483275)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281114.w9SBEeS8091856>