1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
freebsd-ports/cad/gmsh/files/patch-Common::DefaultOptions.h
Pav Lucistnik a20e65fc7e - Update to 2.4.2
PR:		ports/142360
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
2010-01-13 12:47:20 +00:00

12 lines
374 B
C

--- Common/DefaultOptions.h.orig 2010-01-01 14:21:13.000000000 -0600
+++ Common/DefaultOptions.h 2010-01-01 14:22:28.000000000 -0600
@@ -70,7 +70,7 @@
#elif defined(__APPLE__)
"open -t %s" ,
#else
- "emacs '%s' &" ,
+ "$EDITOR '%s' &" ,
#endif
"System command to launch a text editor" },
{ F|S, "TmpFileName" , opt_general_tmp_filename , ".gmsh-tmp" ,