diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-31 22:44:47 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-31 22:44:47 +0000 |
commit | 88fe41ccc4b69e7df70cc29f179935e27bd47b05 (patch) | |
tree | c5d570383d98d088780c4f8d9091c7881ee7dc58 /emulators | |
parent | dd3f17abfc9e2a2d775b839c520f3c5322637b72 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xbraitenberg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/xbraitenberg/Makefile b/emulators/xbraitenberg/Makefile index 2dac5698b765..2002a1a3ca85 100644 --- a/emulators/xbraitenberg/Makefile +++ b/emulators/xbraitenberg/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= http://www.lcdf.org/~eddietwo/xbraitenberg/ MAINTAINER= ports@FreeBSD.org COMMENT= Braitenberg vehicle simulator with pseudo-physics +USE_CXXSTD= c++98 USE_XORG= x11 ice sm xext GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_fpermissive=no |