pkgsrc/x11/bbapm/patches/patch-ah
jschauma 3cd989bc63 Initial import of x11/bbapm into pkgsrc.
bapm is an APM meter for Blackbox, which shows the battery status of your
laptop in a decorated window, simulating the look of the Blackbox toolbar.
bbapm is based on bbsload.
This package is based on the FreeBSD port and the OpenBSD patches posted
to http://bbtools.windsofstorm.net written by Michael Henson
(mike at axl dot net).  Various changes by yours truly.
2002-09-07 20:22:52 +00:00

26 lines
1.1 KiB
Text

$NetBSD: patch-ah,v 1.1.1.1 2002/09/07 20:22:53 jschauma Exp $
--- Makefile.in.orig Fri Aug 20 18:28:11 1999
+++ Makefile.in Sat Sep 7 15:36:22 2002
@@ -70,10 +70,10 @@
SUBDIRS = data
bin_PROGRAMS = bbapm
-bbapm_SOURCES = bbapm.cc Image.cc LinkedList.cc bbapm.hh Image.hh LinkedList.hh resource.cc resource.hh Baseresource.cc Baseresource.hh Basewindow.cc Basewindow.hh blackboxstyle.hh
+bbapm_SOURCES = bbapm.cc Image.cc LinkedList.cc bbapm.hh Image.hh LinkedList.hh resource.cc resource.hh Baseresource.cc Baseresource.hh Basewindow.cc Basewindow.hh blackboxstyle.hh net_apm.h net_apm.cc
EXTRA_DIST = BUGS TODO
-bbapm_LDADD = @X_LIBS@ -lapm
+bbapm_LDADD = @X_LIBS@
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES = version.h
@@ -88,7 +88,7 @@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
X_PRE_LIBS = @X_PRE_LIBS@
bbapm_OBJECTS = bbapm.o Image.o LinkedList.o resource.o Baseresource.o \
-Basewindow.o
+Basewindow.o net_apm.o
bbapm_DEPENDENCIES =
bbapm_LDFLAGS =
CXXFLAGS = @CXXFLAGS@