mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
a77d7c2815
wdune is a graphical VRML97/X3D editor, simple NURBS/Superformula 3D modeller, animation tool and VRML97/X3DV commandline compiler. It is a low level tool, it can read VRML97 files, display them and let the user change the scenegraph/fields. Unlike most highlevel tools, it uses a lightning model based on the VRML97 standard. WWW: https://wdune.ourproject.org/ PR: 248033 Submitted by: Joerg Scheurich <mufti11@web.de>
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
--- src/swt/tests/Makefile.in.orig 2020-07-15 22:53:38 UTC
|
|
+++ src/swt/tests/Makefile.in
|
|
@@ -13,7 +13,7 @@ INCDIRS = -I../include
|
|
|
|
# WARNINGS = -Wall -Wwrite-strings
|
|
CFLAGS = -g $(WARNINGS) $(INCDIRS) @COMMONFLAGS@ @CFLAGS@
|
|
-CXXFLAGS = $(CFLAGS)
|
|
+CXXFLAGS = @CXXFLAGS@
|
|
|
|
TARGETS = swTest text buttons doodle drawing tree restest draw1
|
|
|