ports/devel/e4graph/files/patch-main_unix_makefile
Beech Rintoul aaa34e41c8 - Fix core-dump issue when executing make test.
- Bump portrevision

PR:		ports/119539
Submitted by:	Daniel Rucci <dan@rucci.org>
Approved by:	linimon (mentor)
2008-01-21 00:24:17 +00:00

11 lines
442 B
Text

--- ../main/unix/makefile.orig 2008-01-10 14:43:19.000000000 -0500
+++ ../main/unix/makefile 2008-01-10 14:38:21.000000000 -0500
@@ -210,7 +210,7 @@
${PRODOBJDIR}/mkstorage.o: ${MKDRV}/mkstorage.cpp
-@mkdir -p ${PRODOBJDIR}
- $(CXX) -c $(CXXFLAGS) $(ALLCPPFLAGS) ${MKDRV}/mkstorage.cpp -o $@
+ $(CXX) -c $(CXXFLAGS) $(ALLCPPFLAGS) -O0 ${MKDRV}/mkstorage.cpp -o $@
${PRODOBJDIR}/i4node.o: ${IMPL}/i4node.cpp
-@mkdir -p ${PRODOBJDIR}