You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-plugins/wmacpi/files/1.34-apm.patch

18 lines
466 B

--- Makefile.orig 2003-09-04 13:00:48.784055072 -0400
+++ Makefile 2003-09-04 13:04:23.297444080 -0400
@@ -11,11 +11,11 @@
#OPT = -pg -g -DPRO -DACPI
CC = gcc
-CFLAGS = $(OPT) -Wall -ansi -I/usr/X11R6/include
+CFLAGS = $(OPT) -Wall -ansi -I/usr/X11R6/include -DAPM
LDFLAGS = $(OPT) -L/usr/X11R6/lib -lX11 -lXpm -lXext
-SRCS = wmacpi.c libapm.c libacpi.c
-OBJS = wmacpi.o libapm.o libacpi.o
+SRCS = wmacpi.c libapm.c
+OBJS = wmacpi.o libapm.o
all: wmacpi