diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-20 21:06:33 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-20 21:06:33 +0000 |
commit | 0e0d6fdbab7342b8ffd31540bbb383b62357edb7 (patch) | |
tree | 0bef7685d078132b6e543fcecd8b4f006e57f931 /mbone/rat30/files/patch-Makefile_FreeBSD_5 | |
parent | Fix build on -current (expr -> expr --) (diff) |
Fix build on -current and respect CC and CFLAGS
Notes
Notes:
svn path=/head/; revision=68435
Diffstat (limited to 'mbone/rat30/files/patch-Makefile_FreeBSD_5')
-rw-r--r-- | mbone/rat30/files/patch-Makefile_FreeBSD_5 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mbone/rat30/files/patch-Makefile_FreeBSD_5 b/mbone/rat30/files/patch-Makefile_FreeBSD_5 new file mode 100644 index 000000000000..5b74e91d7d6c --- /dev/null +++ b/mbone/rat30/files/patch-Makefile_FreeBSD_5 @@ -0,0 +1,9 @@ +--- Makefile_FreeBSD_5.orig Sun Oct 20 14:03:11 2002 ++++ Makefile_FreeBSD_5 Sun Oct 20 14:03:06 2002 +@@ -0,0 +1,6 @@ ++TCL_INC = /usr/local/include/tcl8.2 ++TK_INC = /usr/local/include/tk8.2 ++INCS = -I/usr/X11R6/include \ ++ -I$(TCL_INC)/generic -I$(TK_INC)/generic ++LDLIBS = -L/usr/local/lib \ ++ -L/usr/X11R6/lib -ltk82 -ltcl82 -lXext -lX11 -lm |