From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- .../files/gaffitter-0.6.0-fix-build-system.patch | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 app-cdr/gaffitter/files/gaffitter-0.6.0-fix-build-system.patch (limited to 'app-cdr/gaffitter/files') diff --git a/app-cdr/gaffitter/files/gaffitter-0.6.0-fix-build-system.patch b/app-cdr/gaffitter/files/gaffitter-0.6.0-fix-build-system.patch deleted file mode 100644 index df7d99b9c31e..000000000000 --- a/app-cdr/gaffitter/files/gaffitter-0.6.0-fix-build-system.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- a/src/Makefile -+++ b/src/Makefile -@@ -6,28 +6,14 @@ - optimizers/BestFit.cc optimizers/Split.cc \ - util/CmdLineParser.cc - --INCLUDES = -I/usr/local/include -I. --CXX = g++ --CXXFLAGS = -O3 -Wno-long-long $(INCLUDES) --LIBPATH = --LIBS = --LDFLAGS = $(LIBPATH) $(LIBS) -- - ########################################################################### - - OBJS = $(CPPFILES:.cc=.o) - --.SUFFIXES: .o .cc -- --.cc.o: -- @echo $<: -- $(CXX) $(CXXFLAGS) -c $*.cc -o $*.o -- - default: gaffitter - - --gaffitter: $(OBJS) gaffitter.cc Params.h -- $(CXX) $(CXXFLAGS) $@.cc $(OBJS) -o $@ $(LDFLAGS) -+gaffitter: $(OBJS) Params.h - ########################################################################### - - objs: $(OBJS) -- cgit v1.2.3