mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
sci-misc/boinc-wrapper: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
This commit is contained in:
@@ -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)
|
||||
@@ -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)
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user