71271a4127
* Move to buildlink2 * Tons of bugfixes * stick in yudit.ttf. it's not as pretty, but it is, apparently, DFSG compliant etc. * add support for using the numeric keypad to scroll and zoom the image. * New menu colour/style - "feh -Tblack src/testimages" * Add --zoom option. * Use giblib fontstyles for menus, instead of hardcoding the shadow. * Let users choose menu style with --menu-style. Standard giblib semantics. * make sure fullscreen windows are really fullscreen. * feh uses giblib now * When you set a bg with feh, it now stores the necessary commandline to restore that bg in ~/.fehbg. * Use < or > keys to do in place edit rotations, 90 degrees left or right. * Some basic in place editing. * Slightly tweaked menu sliding behaviour.
13 lines
519 B
Text
13 lines
519 B
Text
$NetBSD: patch-ab,v 1.2 2002/09/20 10:59:22 rh Exp $
|
|
|
|
--- src/Makefile.in.orig Thu Sep 12 04:55:28 2002
|
|
+++ src/Makefile.in
|
|
@@ -76,7 +76,7 @@ VERSION = @VERSION@
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
-LDFLAGS = -L/usr/X11R6/lib
|
|
+LDFLAGS = @LDFLAGS@
|
|
INCLUDES = -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -I$(top_srcdir)/src -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@ @GIBLIB_CFLAGS@
|
|
|
|
LIBOBJS = @LIBOBJS@
|