1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/emulators/bfe/files/patch-aa
2000-02-02 21:18:47 +00:00

14 lines
414 B
Plaintext

--- Makefile.orig Tue Oct 26 16:56:41 1999
+++ Makefile Wed Feb 2 15:00:38 2000
@@ -3,8 +3,8 @@
CC = gcc
LD = $(CC)
CFLAGS = -O2 -Wall
-LIBS = -L/usr/X11/lib -L/usr/local/lib -lX11 -lforms -lm
-INCS = -I/usr/X11R6/include
+LIBS = -L${X11BASE}/lib -L${PREFIX}/lib -lX11 -lxforms -lm
+INCS = -I${X11BASE}/include
OBJS = globals.o pointer.o popen2.o parse.o updates.o buttons.o structures.o main.o
PROG = bfe