summaryrefslogtreecommitdiff
path: root/devel/eclipse-titan/files/patch-xsdconvert-Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2025-06-12 23:51:51 +0900
committerHiroki Sato <hrs@FreeBSD.org>2025-06-12 23:51:51 +0900
commit1ff22df3296bb9002ceb555f6adbff2bc005c159 (patch)
treeed60f250a8d706786c9345ad859d73b492eff704 /devel/eclipse-titan/files/patch-xsdconvert-Makefile
parentdevel/reposilite: DISTNAME should be PORTNAME (diff)
devel/eclipse-titan: Add new port
Eclipse Titan is an open-source implementation of TTCN-3 compilation and execution environment. TTCN-3 is a modular language specifically designed for testing, standardized by ETSI, and endorsed by ITU.
Diffstat (limited to 'devel/eclipse-titan/files/patch-xsdconvert-Makefile')
-rw-r--r--devel/eclipse-titan/files/patch-xsdconvert-Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/eclipse-titan/files/patch-xsdconvert-Makefile b/devel/eclipse-titan/files/patch-xsdconvert-Makefile
new file mode 100644
index 000000000000..c34e1b8b2776
--- /dev/null
+++ b/devel/eclipse-titan/files/patch-xsdconvert-Makefile
@@ -0,0 +1,12 @@
+--- xsdconvert/Makefile.orig 2024-11-14 11:50:43 UTC
++++ xsdconvert/Makefile
+@@ -83,6 +83,9 @@ install: $(TARGETS)
+ $(CXX) $(LDFLAGS) -o $@ $(OBJECTS) $(LDLIBS) $(MINGW_LIBS)
+
+ install: $(TARGETS)
++ifeq ($(DEBUG), no)
++ $(STRIP) $(TARGETS)
++endif
+ ifdef MINGW
+ mkdir -p $(TTCN3_DIR)/programs
+ cp $(TARGETS) $(TTCN3_DIR)/programs