Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ indicates that the corresponding feature is enabled by default. | help | 0 | include help text (refers to the manpage otherwise) | | inotify | 0 | enable inotify, needed for `--auto-reload` | | stat64 | 0 | Support CIFS shares from 64bit hosts on 32bit machines | | verscmp | 1 | Support naturing sorting (`--version-sort`). Requires a GNU-compatible libc exposing `strverscmp` | | verscmp | 1 | Whether your libc provides `strvercmp()`. If set to 0, feh will use an internal implementation. | | xinerama | 1 | Support Xinerama/XRandR multiscreen setups | For example, `make xinerama=0 debug=1` will disable Xinerama support and Loading config.mk +1 −4 Original line number Diff line number Diff line Loading @@ -64,10 +64,7 @@ ifeq (${stat64},1) endif ifeq (${verscmp},1) CFLAGS += -DHAVE_VERSCMP MAN_VERSCMP = available else MAN_VERSCMP = not available CFLAGS += -DHAVE_STRVERSCMP endif ifeq (${xinerama},1) Loading man/Makefile +0 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ all: ${TARGETS} -e 's/\$$MAN_DEBUG\$$/${MAN_DEBUG}/' \ -e 's/\$$MAN_EXIF\$$/${MAN_EXIF}/' \ -e 's/\$$MAN_INOTIFY\$$/${MAN_INOTIFY}/' \ -e 's/\$$MAN_VERSCMP\$$/${MAN_VERSCMP}/' \ -e 's/\$$MAN_XINERAMA\$$/${MAN_XINERAMA}/' \ < ${@:.1=.pre} > $@ Loading man/feh.pre +0 −4 Original line number Diff line number Diff line Loading @@ -32,9 +32,6 @@ Compile-time switches in this build: remote file support: libcurl $MAN_CURL$ . .It natural sorting option $MAN_VERSCMP$ . .It Xinerama multi-monitor support $MAN_XINERAMA$ . .It Loading Loading @@ -887,7 +884,6 @@ output version information and exit. . .It Cm --version-sort . .Pq optional feature, $MAN_VERSCMP$ in this build When combined with .Cm --sort name , --sort filename , or Loading src/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,10 @@ ifeq (${exif},1) exif_nikon.c endif ifneq (${verscmp},1) TARGETS += strverscmp.c endif OBJECTS = ${TARGETS:.c=.o} I_SRCS = ${shell echo *.raw} Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ indicates that the corresponding feature is enabled by default. | help | 0 | include help text (refers to the manpage otherwise) | | inotify | 0 | enable inotify, needed for `--auto-reload` | | stat64 | 0 | Support CIFS shares from 64bit hosts on 32bit machines | | verscmp | 1 | Support naturing sorting (`--version-sort`). Requires a GNU-compatible libc exposing `strverscmp` | | verscmp | 1 | Whether your libc provides `strvercmp()`. If set to 0, feh will use an internal implementation. | | xinerama | 1 | Support Xinerama/XRandR multiscreen setups | For example, `make xinerama=0 debug=1` will disable Xinerama support and Loading
config.mk +1 −4 Original line number Diff line number Diff line Loading @@ -64,10 +64,7 @@ ifeq (${stat64},1) endif ifeq (${verscmp},1) CFLAGS += -DHAVE_VERSCMP MAN_VERSCMP = available else MAN_VERSCMP = not available CFLAGS += -DHAVE_STRVERSCMP endif ifeq (${xinerama},1) Loading
man/Makefile +0 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,6 @@ all: ${TARGETS} -e 's/\$$MAN_DEBUG\$$/${MAN_DEBUG}/' \ -e 's/\$$MAN_EXIF\$$/${MAN_EXIF}/' \ -e 's/\$$MAN_INOTIFY\$$/${MAN_INOTIFY}/' \ -e 's/\$$MAN_VERSCMP\$$/${MAN_VERSCMP}/' \ -e 's/\$$MAN_XINERAMA\$$/${MAN_XINERAMA}/' \ < ${@:.1=.pre} > $@ Loading
man/feh.pre +0 −4 Original line number Diff line number Diff line Loading @@ -32,9 +32,6 @@ Compile-time switches in this build: remote file support: libcurl $MAN_CURL$ . .It natural sorting option $MAN_VERSCMP$ . .It Xinerama multi-monitor support $MAN_XINERAMA$ . .It Loading Loading @@ -887,7 +884,6 @@ output version information and exit. . .It Cm --version-sort . .Pq optional feature, $MAN_VERSCMP$ in this build When combined with .Cm --sort name , --sort filename , or Loading
src/Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,10 @@ ifeq (${exif},1) exif_nikon.c endif ifneq (${verscmp},1) TARGETS += strverscmp.c endif OBJECTS = ${TARGETS:.c=.o} I_SRCS = ${shell echo *.raw} Loading