File tree 2 files changed +7
-1
lines changed
src/plugins/grass/qtermwidget
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,11 @@ ENDIF (WIN32)
159
159
160
160
IF (UNIX )
161
161
IF (GRASS_FIND_VERSION EQUAL 7)
162
- LIST (APPEND GRASS_PATHS /usr/lib64/grass70 /usr/lib/grass70 /usr/lib64/grass71 /usr/lib/grass71 /usr/lib64/grass72 /usr/lib/grass72)
162
+ FOREACH (PATH /usr/lib64 /usr/lib /usr/local)
163
+ FOREACH (VERSION grass70, grass71, grass72)
164
+ LIST (APPEND GRASS_PATHS "${PATH} /${VERSION} " )
165
+ ENDFOREACH (VERSION )
166
+ ENDFOREACH (PATH )
163
167
ENDIF ()
164
168
ENDIF (UNIX )
165
169
Original file line number Diff line number Diff line change 28
28
29
29
30
30
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
31
+ #define HAVE_UTEMPTER
32
+ #define HAVE_UTMPX
31
33
#define HAVE_LOGIN
32
34
#define HAVE_LIBUTIL_H
33
35
#endif
You can’t perform that action at this time.
0 commit comments