summarylogtreecommitdiffstats
path: root/libfiu-0.95.patch
diff options
context:
space:
mode:
authorAndrew Sun2019-11-09 12:56:03 -0500
committerAndrew Sun2019-11-09 12:56:03 -0500
commit4bf23df5ffcdc46288c192b01594a8e7e24e81ba (patch)
treedf08121539c501105418d622601e4d6f324d2613 /libfiu-0.95.patch
parent648ee08ea7a0ae50bb39cf3f9bb9e4c6aa669441 (diff)
downloadaur-libfiu.tar.gz
libfiu: update to 1.00
Diffstat (limited to 'libfiu-0.95.patch')
-rw-r--r--libfiu-0.95.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/libfiu-0.95.patch b/libfiu-0.95.patch
deleted file mode 100644
index 4c0c7b1b79d0..000000000000
--- a/libfiu-0.95.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/preload/posix/Makefile b/preload/posix/Makefile
-index b269781..8cadde1 100644
---- a/preload/posix/Makefile
-+++ b/preload/posix/Makefile
-@@ -28,11 +28,11 @@ OBJS = codegen.o $(GEN_OBJS) $(CUSTOM_OBJS)
-
- ifneq ($(V), 1)
- NICE_CC = @echo " CC $@"; $(CC)
-- NICE_GEN = @echo " GEN $@"; ./generate
-+ NICE_GEN = @echo " GEN $@"; python2 ./generate
- Q = @
- else
- NICE_CC = $(CC)
-- NICE_GEN = ./generate
-+ NICE_GEN = python2 ./generate
- Q =
- endif
-