repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
sxiv-git
/
patch
blob
8f2fbe21d3be7e30095db47f4ffb90b4999459f5
1
diff -paur sxiv/Makefile sxiv.new/Makefile
2
--- sxiv/Makefile 2011-12-26 18:25:32.380283933 +0100
3
+++ sxiv.new/Makefile 2012-01-10 17:49:58.078624393 +0100
4
@@ -1,8 +1,8 @@
5
VERSION = git-20111217
6
7
CC = gcc
8
-CFLAGS = -ansi -Wall -pedantic -O2
9
-LDFLAGS =
10
+CFLAGS += -ansi -Wall -pedantic -O2
11
+LDFLAGS +=
12
LIBS = -lX11 -lImlib2
13
14
PREFIX = /usr/local