From 472e769077880733441136516ce8f71be35939f1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 8 Oct 2024 20:28:25 +0200 Subject: Remove some old packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- blender-plugin-vectex/64bit.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 blender-plugin-vectex/64bit.patch (limited to 'blender-plugin-vectex/64bit.patch') diff --git a/blender-plugin-vectex/64bit.patch b/blender-plugin-vectex/64bit.patch deleted file mode 100644 index 29fb433..0000000 --- a/blender-plugin-vectex/64bit.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile 2008-02-25 02:05:56.000000000 +0000 -+++ Makefile_modified 2008-05-09 21:00:18.000000000 +0100 -@@ -8,7 +8,7 @@ - expat: expat-1.95.8/.libs/libexpat.a - - expat-1.95.8/.libs/libexpat.a: -- cd expat-1.95.8; ./configure; make -+ cd expat-1.95.8; CFLAGS="$(CFLAGS) -fPIC" ./configure; make - - INC=-fPIC -shared -O -ansi -Iblender -Iagg-2.5/include -Iexpat-1.95.8/lib - # -DDEBUG ---- agg-2.5/src/Makefile 2006-10-09 05:07:22.000000000 +0100 -+++ agg-2.5/src/Makefile_modified 2008-05-09 21:01:16.000000000 +0100 -@@ -53,7 +53,7 @@ - rm -rf ctrl/SunWS_cache - - %.o: %.cpp -- $(CXX) -c $(CXXFLAGS) $*.cpp -o $@ -+ $(CXX) -fPIC -c $(CXXFLAGS) $*.cpp -o $@ - - %.o: %.c -- $(C) -c $(CXXFLAGS) $*.c -o $@ -+ $(C) -fPIC -c $(CXXFLAGS) $*.c -o $@ -- cgit v1.2.3-70-g09d2