- const PLINT shingleareas[] = [ 0, 1, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 217, 2424, 2425, 2426, 2427, 2428, 2491, 2577 ];
--- examples/d/Makefile.examples.in.orig 2019-06-02 08:24:33.000000000 +0900
+++ examples/d/Makefile.examples.in 2019-08-12 14:25:35.000000000 +0900
PKG_CONFIG_ENV = @PKG_CONFIG_ENV@
-install_tree_d_RPATHCMD = @install_tree_d_RPATHCMD@
+install_tree_d_RPATHCMD =
rm -f $(EXECUTABLES_list) *.o
- $(DC) $< -c -o $@ $(shell $(PKG_CONFIG_ENV) pkg-config @PC_STATIC_OPTION@ --cflags plplot-d)
+ $(DC) $< -c -of=$@ $(shell $(PKG_CONFIG_ENV) pkg-config @PC_STATIC_OPTION@ --cflags plplot-d)
# target_link_libraries(x${STRING_INDEX}d plplotdmd plplot ${MATH_LIB})
- $(DC) $< -o $@ $(install_tree_d_RPATHCMD) $(shell $(PKG_CONFIG_ENV) pkg-config @PC_STATIC_OPTION@ --libs plplot-d plplot) @MATH_LIB@
+ $(DC) $< -of=$@ $(install_tree_d_RPATHCMD) $(shell $(PKG_CONFIG_ENV) pkg-config @PC_STATIC_OPTION@ --libs plplot-d) @MATH_LIB@
.SUFFIXES: .d .o $(EXEEXT)
--- examples/d/x01d.d.orig 2019-06-02 08:24:33.000000000 +0900
+++ examples/d/x01d.d 2019-08-12 14:21:52.000000000 +0900
// xor mode enable erasing a line/point/text by replotting it again
// it does not work in double buffering mode, however
if ( do_test && test_xor )
writefln( "The -xor command line option can only be exercised if your "
"system\nhas usleep(), which does not seem to happen." );
\ No newline at end of file
--- examples/d/x08d.d.orig 2019-06-02 08:24:33.000000000 +0900
+++ examples/d/x08d.d 2019-08-12 14:21:52.000000000 +0900
+import core.stdc.stdlib;