ports/85715: [PATCH] multimedia/lxdvdrip now build vamps

Serge Gagnon serge.gagnon at b2b2c.ca
Sun Sep 4 19:00:33 UTC 2005


The following reply was made to PR ports/85715; it has been noted by GNATS.

From: Serge Gagnon <serge.gagnon at b2b2c.ca>
To: bug-followup at freebsd.org, serge.gagnon at 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 at b2b2c.ca>



More information about the freebsd-ports-bugs mailing list