Files
ports/science/vmd/files/patch-Makefile
T
Jason W. Bacon 9d387d6d8e science/vmd: Update to 1.9.4a57
Unbreak build: 1.9.3 incompatible with latest python tools
Clean up portlint and stage qa issues
2022-11-15 18:36:16 -06:00

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
##