Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2005 19:00:32 GMT
From:      Serge Gagnon <serge.gagnon@b2b2c.ca>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/85715: [PATCH] multimedia/lxdvdrip now build vamps
Message-ID:  <200509041900.j84J0WDP056346@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/85715; it has been noted by GNATS.

From: Serge Gagnon <serge.gagnon@b2b2c.ca>
To: bug-followup@freebsd.org, serge.gagnon@b2b2c.ca
Cc:  
Subject: Re: ports/85715: [PATCH] multimedia/lxdvdrip now build vamps
Date: Sun, 04 Sep 2005 14:55:10 -0400

 Ahhh.. grrr I always work too fast... 
 the first patch-vamps:Makefile is not the good one. pfffffff!
 
 --- vamps/Makefile.orig Wed Sep 15 15:21:37 2004
 +++ vamps/Makefile      Sun Sep  4 14:28:22 2005
 @@ -14,7 +14,7 @@
 
  CC     = gcc
  CFLAGS = -Wall -O3 -fomit-frame-pointer -fexpensive-optimizations \
 -         -funroll-loops -march=i686 -mcpu=i686 -falign-functions=4
 +         -funroll-loops -march=$(CPUTYPE)  -falign-functions=4
  STATIC =
  STRIP  = strip
 
 @@ -22,7 +22,7 @@
  all:                   vamps
 
  vamps:                 vamps.o requant.o
 -                       $(CC) -o $@ $(STATIC) vamps.o requant.o -lpthread
 +                       $(CC) -o $@ $(STATIC) vamps.o requant.o -lpthread -lm
                         $(STRIP) $@
 
  requant.o:             requant.h putvlc.h getvlc.h
 
 -- 
 GAGNON Serge <serge.gagnon@b2b2c.ca>



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