ports/devel/eclipse-titan/files/patch-xsdconvert-Makefile
Hiroki Sato 1ff22df329
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.
2025-06-12 23:51:51 +09:00

13 lines
338 B
Plaintext

--- 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