diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-04-01 23:24:41 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-04-01 23:24:41 +0000 |
commit | f06bf1bb14f66a4f9427b670ce592d0bbbfa74b6 (patch) | |
tree | cf21d8c55e03c4db68e64e679dffde40694087fd /media-gfx/sxiv/files | |
parent | Use zeroconf useflag instead of avahi; clean up (diff) | |
download | gentoo-2-f06bf1bb14f66a4f9427b670ce592d0bbbfa74b6.tar.gz gentoo-2-f06bf1bb14f66a4f9427b670ce592d0bbbfa74b6.tar.bz2 gentoo-2-f06bf1bb14f66a4f9427b670ce592d0bbbfa74b6.zip |
Version bump.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-gfx/sxiv/files')
-rw-r--r-- | media-gfx/sxiv/files/sxiv-1.1-makefile.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-gfx/sxiv/files/sxiv-1.1-makefile.patch b/media-gfx/sxiv/files/sxiv-1.1-makefile.patch new file mode 100644 index 000000000000..159173d2ff81 --- /dev/null +++ b/media-gfx/sxiv/files/sxiv-1.1-makefile.patch @@ -0,0 +1,14 @@ +--- sxiv-1.1/Makefile ++++ sxiv-1.1/Makefile +@@ -3,9 +3,8 @@ + PREFIX = /usr/local + MANPREFIX = $(PREFIX)/share/man + +-CC = gcc +-CFLAGS = -std=c99 -Wall -pedantic -O2 -I$(PREFIX)/include -DHAVE_GIFLIB +-LDFLAGS = -L$(PREFIX)/lib ++CC ?= gcc ++CFLAGS += -std=c99 -Wall -pedantic -DHAVE_GIFLIB + LIBS = -lX11 -lImlib2 -lgif + + SRC = commands.c exif.c image.c main.c options.c thumbs.c util.c window.c |