wm2: use our LDFLAGS

This commit is contained in:
Toyam Cox 2016-06-20 11:51:45 -04:00
parent 7627a6c708
commit 3aac25fa51
2 changed files with 12 additions and 1 deletions

View 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

View file

@ -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"