sci-misc/boinc-wrapper: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
This commit is contained in:
Michael Mair-Keimberger
2023-12-30 19:17:33 +01:00
parent 1298cd2534
commit c5da57e63a
3 changed files with 0 additions and 45 deletions

View File

@@ -1,17 +0,0 @@
PKGS = \
libboinc \
libboinc_api \
libboinc_zip
REGEXP_OBJS = \
regexp.o \
regsub.o \
regerror.o \
regexp_memory.o \
regexp_report.o
CXXFLAGS += $(shell pkg-config --cflags $(PKGS)) -I../..
LIBS += $(shell pkg-config --libs $(PKGS))
boinc-wrapper: wrapper.o $(REGEXP_OBJS)
$(CXX) $(CXXFLAGS) $(CPPFLAGS) -o $@ $^ $(LIBS) $(LDFLAGS)

View File

@@ -1,20 +0,0 @@
--- a/Makefile
+++ b/Makefile
@@ -22,8 +22,7 @@
MAKEFILE_STDLIB = libstdc++.a
endif
-CXXFLAGS += -g -O0 \
- -Wall -W -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -fno-common \
+CXXFLAGS += -Wall -W -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings \
-I$(BOINC_DIR) \
-I$(BOINC_LIB_DIR) \
-I$(BOINC_API_DIR) \
@@ -56,5 +55,5 @@
regexp_memory.o \
regexp_report.o
-wrapper: wrapper.o $(MAKEFILE_STDLIB) $(BOINC_LIB_DIR)/libboinc.a $(BOINC_API_DIR)/libboinc_api.a $(REGEXP_OBJS)
- $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) $(MINGW_WRAPPER_FLAGS) -o wrapper wrapper.o $(REGEXP_OBJS) $(MAKEFILE_LDFLAGS) $(MINGW_ZIP_FIX) -lboinc_api -lboinc -lboinc_zip $(MINGW_LIBS) $(STDCPPTC)
+wrapper: wrapper.o $(REGEXP_OBJS)
+ $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) $(MINGW_WRAPPER_FLAGS) -o wrapper wrapper.o $(REGEXP_OBJS) $(MINGW_ZIP_FIX) -lboinc_api -lboinc -lboinc_zip $(MINGW_LIBS) $(STDCPPTC)

View File

@@ -1,8 +0,0 @@
#ifndef BOINC_CONFIG_H
#define BOINC_CONFIG_H
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_WAIT_H 1
#endif