projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edd39be
)
Solaris patch.
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 3 Apr 2006 23:09:39 +0000
(23:09 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 3 Apr 2006 23:09:39 +0000
(23:09 +0000)
src/misc/bochs-2.2.6-solaris.patch
[new file with mode: 0644]
patch
|
blob
diff --git a/src/misc/bochs-2.2.6-solaris.patch
b/src/misc/bochs-2.2.6-solaris.patch
new file mode 100644
(file)
index 0000000..
c53bbec
--- /dev/null
+++ b/
src/misc/bochs-2.2.6-solaris.patch
@@ -0,0
+1,12
@@
+diff -up /home/blp/cs140/bochs-2.2.6/gui/Makefile.in\~ /home/blp/cs140/bochs-2.2.6/gui/Makefile.in
+--- bochs-2.2.6.orig/gui/Makefile.in 2004-12-13 11:10:35.000000000 -0800
++++ bochs-2.2.6/gui/Makefile.in 2006-04-03 16:18:10.000000000 -0700
+@@ -46,7 +46,7 @@ SHELL = /bin/sh
+ CXX = @CXX@
+ CXXFLAGS = $(BX_INCDIRS) @CXXFLAGS@ @GUI_CXXFLAGS@
+ LOCAL_CXXFLAGS =
+-LDFLAGS = @LDFLAGS@
++LDFLAGS = @LDFLAGS@ -lsocket
+ LIBS = @LIBS@
+ X_CFLAGS = @X_CFLAGS@
+ RANLIB = @RANLIB@