wm2: use our LDFLAGS
This commit is contained in:
parent
7627a6c708
commit
3aac25fa51
2 changed files with 12 additions and 1 deletions
11
srcpkgs/wm2/patches/use_our_ldflags.patch
Normal file
11
srcpkgs/wm2/patches/use_our_ldflags.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.bck 2016-06-20 11:50:20.743169924 -0400
|
||||
+++ Makefile 2016-06-20 11:50:28.302087497 -0400
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
wm2: $(OBJECTS)
|
||||
mv -f wm2 wm2.old >& /dev/null || true
|
||||
- $(CCC) -o wm2 $(OBJECTS) $(LIBS)
|
||||
+ $(CCC) -o wm2 $(OBJECTS) $(LDFLAGS) $(LIBS)
|
||||
|
||||
depend:
|
||||
makedepend -- $(CFLAGS) -- *.C
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wm2'
|
||||
pkgname=wm2
|
||||
version=4
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-makefile
|
||||
makedepends="libX11-devel libXext-devel libXmu-devel"
|
||||
short_desc="a simple window manager for X"
|
||||
|
|
Loading…
Reference in a new issue