diff options
Diffstat (limited to 'misc/wmfirew/files/patch-Makefile')
-rw-r--r-- | misc/wmfirew/files/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/wmfirew/files/patch-Makefile b/misc/wmfirew/files/patch-Makefile index ccb43e80f3d9..0f086a3f31de 100644 --- a/misc/wmfirew/files/patch-Makefile +++ b/misc/wmfirew/files/patch-Makefile @@ -9,8 +9,8 @@ $FreeBSD$ -OBJS = wmfirew.o ../wmgeneral/wmgeneral.o +CC ?= gcc +CFLAGS += -c -Wall -+INCDIR = -I${X11BASE}/include -+LIBDIR = -L${X11BASE}/lib ++INCDIR = -I${LOCALBASE}/include ++LIBDIR = -L${LOCALBASE}/lib +LIBS = -lXpm -lXext -lX11 +OBJS = wmfirew.o ../wmgeneral/wmgeneral.o |