ports/85720: [PATCH] ports: multimedia/lxdvdrip add some dependency

Serge Gagnon serge.gagnon at b2b2c.ca
Mon Sep 5 20:50:19 UTC 2005


The following reply was made to PR ports/85720; 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/85720: [PATCH] ports: multimedia/lxdvdrip add some dependency
Date: Mon, 05 Sep 2005 16:43:34 -0400

 --Boundary_(ID_eUWM1hi/MhEgOM2jIvG1NA)
 Content-type: text/plain; charset=us-ascii
 Content-transfer-encoding: 7BIT
 Content-disposition: inline
 
 Respect CFLAGS and CC
 
 -- 
 GAGNON Serge <serge.gagnon at b2b2c.ca>
 
 --Boundary_(ID_eUWM1hi/MhEgOM2jIvG1NA)
 Content-type: text/x-diff; charset=us-ascii; name="patch-vamps:Makefile"
 Content-transfer-encoding: 7BIT
 Content-disposition: attachment; filename="patch-vamps:Makefile"
 
 --- vamps/Makefile.orig	Wed Sep 15 15:21:37 2004
 +++ vamps/Makefile	Mon Sep  5 16:34:47 2005
 @@ -12,23 +12,20 @@
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
  
 -CC     = gcc
 -CFLAGS = -Wall -O3 -fomit-frame-pointer -fexpensive-optimizations \
 -         -funroll-loops -march=i686 -mcpu=i686 -falign-functions=4
 -STATIC =
 -STRIP  = strip
 +CC?= cc
  
 +STATIC =
  
 -all:			vamps
 +all:	vamps
  
 -vamps:			vamps.o requant.o
 -			$(CC) -o $@ $(STATIC) vamps.o requant.o -lpthread
 -			$(STRIP) $@
 +vamps:	vamps.o requant.o
 +	$(CC) -o $@ $(STATIC) vamps.o requant.o -lpthread -lm
  
 -requant.o:		requant.h putvlc.h getvlc.h
 +requant.o:	requant.h putvlc.h getvlc.h
  
  clean:
 -			rm -f vamps vamps.o requant.o 
 +	rm -f vamps vamps.o requant.o
  
  install:
 -			cp vamps /usr/local/bin 
 +	cp vamps /usr/local/bin
 +
 
 --Boundary_(ID_eUWM1hi/MhEgOM2jIvG1NA)--



More information about the freebsd-ports-bugs mailing list