9d387d6d8e
Unbreak build: 1.9.3 incompatible with latest python tools Clean up portlint and stage qa issues
19 lines
585 B
Plaintext
19 lines
585 B
Plaintext
--- Makefile.orig 2022-04-27 06:21:11 UTC
|
|
+++ Makefile
|
|
@@ -95,10 +95,13 @@ android.armv7a.text:
|
|
## FreeBSD builds
|
|
##
|
|
freebsd.mesa:
|
|
- ./configure FREEBSD MESA FLTK TK TCL IMD VRPN PTHREADS LIBTACHYON NETCDF SILENT
|
|
+ ./configure FREEBSD MESA FLTK TK TCL IMD PTHREADS LIBTACHYON NETCDF
|
|
|
|
freebsd.opengl:
|
|
- ./configure FREEBSD OPENGL FLTK TK IMD VRPN SILENT LIBSBALL TCL PTHREADS ACTC LIBTACHYON NETCDF
|
|
+ ./configure FREEBSD OPENGL FLTK TK IMD TCL PTHREADS LIBTACHYON NETCDF
|
|
+
|
|
+freebsd.amd64.opengl:
|
|
+ ./configure FREEBSDAMD64 OPENGL FLTK TK IMD TCL PTHREADS LIBTACHYON NETCDF
|
|
|
|
|
|
##
|