diff options
author | John Baldwin <jhb@FreeBSD.org> | 2000-02-02 21:18:47 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2000-02-02 21:18:47 +0000 |
commit | b308b2590e6768a2681c938f6cb4e62b7cf1392c (patch) | |
tree | 0a18d5719e9d814ba6ec0f2044ee68918d23f9eb /emulators/bfe/files | |
parent | Add official cross side scripting security patch (diff) |
A graphical front end to the debugger present in the Bochs emulator.
Reviewed by: jim, jedgar
Notes
Notes:
svn path=/head/; revision=25419
Diffstat (limited to 'emulators/bfe/files')
-rw-r--r-- | emulators/bfe/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/bfe/files/patch-aa b/emulators/bfe/files/patch-aa new file mode 100644 index 000000000000..4b0d7f1be554 --- /dev/null +++ b/emulators/bfe/files/patch-aa @@ -0,0 +1,13 @@ +--- 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 |