summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-04-01 23:24:41 +0000
committerTim Harder <radhermit@gentoo.org>2013-04-01 23:24:41 +0000
commitf06bf1bb14f66a4f9427b670ce592d0bbbfa74b6 (patch)
treecf21d8c55e03c4db68e64e679dffde40694087fd /media-gfx/sxiv/files
parentUse zeroconf useflag instead of avahi; clean up (diff)
downloadgentoo-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.patch14
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