public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/zita-convolver/files: zita-convolver-2.0.0-makefile.patch
@ 2011-01-24 11:53 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2011-01-24 11:53 UTC (permalink / raw
  To: gentoo-commits

aballier    11/01/24 11:53:03

  Added:                zita-convolver-2.0.0-makefile.patch
  Log:
  initial import, ebuild by me
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-libs/zita-convolver/files/zita-convolver-2.0.0-makefile.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/zita-convolver/files/zita-convolver-2.0.0-makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/zita-convolver/files/zita-convolver-2.0.0-makefile.patch?rev=1.1&content-type=text/plain

Index: zita-convolver-2.0.0-makefile.patch
===================================================================
Index: zita-convolver-2.0.0/libs/Makefile
===================================================================
--- zita-convolver-2.0.0.orig/libs/Makefile
+++ zita-convolver-2.0.0/libs/Makefile
@@ -28,9 +28,7 @@ VERSION = $(MAJVERS).$(MINVERS)
 DISTDIR = zita-convolver-$(VERSION)
 
 
-CPPFLAGS += -Wall -I. -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O3
-CPPFLAGS += -mmmx -msse -mfpmath=sse -ffast-math -funroll-loops -fpermissive
-CPPFLAGS += -march=i686
+CPPFLAGS += -Wall -I. -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
 #CPPFLAGS += -DVECTORIZE 
 
 LDLFAGS += 
@@ -46,7 +44,7 @@ ZITA-CONVOLVER_H = zita-convolver.h
 
 
 $(ZITA-CONVOLVER_MIN):	$(ZITA-CONVOLVER_O)
-	g++ -shared $(LDFLAGS) -Wl,-soname,$(ZITA-CONVOLVER_MAJ) -o $(ZITA-CONVOLVER_MIN) $(ZITA-CONVOLVER_O) $(ZITA-CONVOLVER_DEP)
+	$(CXX) -shared $(LDFLAGS) -Wl,-soname,$(ZITA-CONVOLVER_MAJ) -o $(ZITA-CONVOLVER_MIN) $(ZITA-CONVOLVER_O) $(ZITA-CONVOLVER_DEP)
 
 
 install:	$(ZITA-CONVOLVER_MIN)
@@ -54,7 +52,6 @@ install:	$(ZITA-CONVOLVER_MIN)
 	install -d $(PREFIX)/$(LIBDIR)
 	install -m 644 $(ZITA-CONVOLVER_H) $(PREFIX)/include
 	install -m 755 $(ZITA-CONVOLVER_MIN) $(PREFIX)/$(LIBDIR)
-	ldconfig
 	ln -sf $(ZITA-CONVOLVER_MIN) $(PREFIX)/$(LIBDIR)/$(ZITA-CONVOLVER_SO)
 
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-24 11:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-24 11:53 [gentoo-commits] gentoo-x86 commit in media-libs/zita-convolver/files: zita-convolver-2.0.0-makefile.patch Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox