xbattmon

simple battery monitor for X
git clone git://git.2f30.org/xbattmon
Log | Files | Refs | README | LICENSE

commit f3958fc326be742d5d0deb93666210d9d6026564
parent 9d5d2b8950db6d9cbaa3db608e08cbdbd7c120f8
Author: sin <sin@2f30.org>
Date:   Tue, 19 May 2015 19:37:44 +0100

Fix CPPFLAGS passing on DragonFly

Diffstat:
Mconfig.dfly.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.dfly.mk b/config.dfly.mk @@ -2,6 +2,6 @@ PREFIX = /usr/local MANPREFIX = $(PREFIX)/man CPPFLAGS = -DVERSION=\"${VERSION}\" -DPATH_APM=\"/dev/apm\" -CFLAGS = -I/usr/local/include +CFLAGS = -I/usr/local/include ${CPPFLAGS} LDFLAGS = -L/usr/local/lib LDLIBS = -lX11