summaryrefslogtreecommitdiff
path: root/patches/duma/2_5_1/110-separate_cpp.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-11-10 01:35:27 (GMT)
committerGitHub <noreply@github.com>2016-11-10 01:35:27 (GMT)
commita76c549823fd0063de999786b6dc583847db091e (patch)
tree04a51e165125497bbcb1b1d8865958c4cd14de5b /patches/duma/2_5_1/110-separate_cpp.patch
parent23e9a03a3f4a5eaded6cadbe4d808997879450d1 (diff)
parentdc280e477d6af7702e2481c17af20a7db83814d9 (diff)
Merge pull request #452 from KirillSmirnov/janitorial
Janitorial: update patches
Diffstat (limited to 'patches/duma/2_5_1/110-separate_cpp.patch')
-rw-r--r--patches/duma/2_5_1/110-separate_cpp.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/patches/duma/2_5_1/110-separate_cpp.patch b/patches/duma/2_5_1/110-separate_cpp.patch
deleted file mode 100644
index d228731..0000000
--- a/patches/duma/2_5_1/110-separate_cpp.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -dur duma_2_5_1.orig/Makefile duma_2_5_1/Makefile
---- duma_2_5_1.orig/Makefile 2007-07-11 17:49:43.000000000 +0200
-+++ duma_2_5_1/Makefile 2007-07-11 17:50:46.000000000 +0200
-@@ -115,9 +115,14 @@
- dumatest.c tstheap.c dumatestpp.cpp testoperators.cpp \
- createconf.c
-
--OBJECTS = dumapp.o duma.o sem_inc.o print.o
-+OBJECTS = duma.o sem_inc.o print.o
-+SO_OBJECTS = duma_so.o sem_inc_so.o print_so.o
-+
-+ifeq ($(DUMA_CPP),1)
-+OBJECTS += dumapp.o
-+SO_OBJECTS += dumapp_so.o
-+endif
-
--SO_OBJECTS = dumapp_so.o duma_so.o sem_inc_so.o print_so.o
-
- all: libduma.a $(DUMASO) tstheap dumatest dumatestpp testoperators tstheap_so dumatestpp_so
- @ echo "Testing DUMA."