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 Mon Jan 23 16:10:15 UTC 2012
[aur-mirror.git]
/
mgrx
/
patch.x11
blob
5044b09464b276ea99e5ca3f40756dba3402f738
1
120a121,122
2
> LIBS = -ljpeg -lpng -lX11 -lXt
3
>
4
123c125
5
< $(CC) $(LDOPT) -shared -Wl,-soname,$(notdir $(MGRXSHli)) -o $(MGRXSHna) $(LO)
6
---
7
> $(CC) $(LDOPT) -shared -Wl,-soname,$(notdir $(MGRXSHli)) -o $(MGRXSHna) $(LO) $(LIBS)