Respect X11BASE and LOCALBASE

This commit is contained in:
Kris Kennaway 2006-12-01 00:35:08 +00:00
parent b9c9c50ae2
commit bbfabad560
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178413
6 changed files with 34 additions and 34 deletions

View File

@ -1,9 +1,9 @@
--- Makefile_FreeBSD_4.org Mon May 7 13:07:46 2001
+++ Makefile_FreeBSD_4 Mon May 7 13:03:51 2001
@@ -0,0 +1,6 @@
+TCL_INC = /usr/local/include/tcl8.2
+TK_INC = /usr/local/include/tk8.2
+INCS = -I/usr/X11R6/include \
+TCL_INC = ${LOCALBASE}/include/tcl8.2
+TK_INC = ${LOCALBASE}/include/tk8.2
+INCS = -I${X11BASE}/include \
+ -I$(TCL_INC)/generic -I$(TK_INC)/generic
+LDLIBS = -L/usr/local/lib \
+ -L/usr/X11R6/lib -ltk82 -ltcl82 -lXext -lX11 -lm
+LDLIBS = -L${LOCALBASE}/lib \
+ -L${X11BASE}/lib -ltk82 -ltcl82 -lXext -lX11 -lm

View File

@ -1,9 +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 \
+TCL_INC = ${LOCALBASE}/include/tcl8.2
+TK_INC = ${LOCALBASE}/include/tk8.2
+INCS = -I${X11BASE}/include \
+ -I$(TCL_INC)/generic -I$(TK_INC)/generic
+LDLIBS = -L/usr/local/lib \
+ -L/usr/X11R6/lib -ltk82 -ltcl82 -lXext -lX11 -lm
+LDLIBS = -L${LOCALBASE}/lib \
+ -L${X11BASE}/lib -ltk82 -ltcl82 -lXext -lX11 -lm

View File

@ -1,9 +1,9 @@
--- Makefile_FreeBSD_6.orig Sun Oct 20 14:03:11 2002
+++ Makefile_FreeBSD_6 Sun Oct 20 14:03:06 2002
--- /dev/null Thu Nov 30 19:11:00 2006
+++ Makefile_FreeBSD_6 Thu Nov 30 19:12:50 2006
@@ -0,0 +1,6 @@
+TCL_INC = /usr/local/include/tcl8.2
+TK_INC = /usr/local/include/tk8.2
+INCS = -I/usr/X11R6/include \
+TCL_INC = ${LOCALBASE}/include/tcl8.2
+TK_INC = ${LOCALBASE}/include/tk8.2
+INCS = -I${X11BASE}/include \
+ -I$(TCL_INC)/generic -I$(TK_INC)/generic
+LDLIBS = -L/usr/local/lib \
+ -L/usr/X11R6/lib -ltk82 -ltcl82 -lXext -lX11 -lm
+LDLIBS = -L${LOCALBASE}/lib \
+ -L${X11BASE}/lib -ltk82 -ltcl82 -lXext -lX11 -lm

View File

@ -1,9 +1,9 @@
--- Makefile_FreeBSD_4.org Mon May 7 13:07:46 2001
+++ Makefile_FreeBSD_4 Mon May 7 13:03:51 2001
@@ -0,0 +1,6 @@
+TCL_INC = /usr/local/include/tcl8.2
+TK_INC = /usr/local/include/tk8.2
+INCS = -I/usr/X11R6/include \
+TCL_INC = ${LOCALBASE}/include/tcl8.2
+TK_INC = ${LOCALBASE}/include/tk8.2
+INCS = -I${X11BASE}/include \
+ -I$(TCL_INC)/generic -I$(TK_INC)/generic
+LDLIBS = -L/usr/local/lib \
+ -L/usr/X11R6/lib -ltk82 -ltcl82 -lXext -lX11 -lm
+LDLIBS = -L${LOCALBASE}/lib \
+ -L${X11BASE}/lib -ltk82 -ltcl82 -lXext -lX11 -lm

View File

@ -1,9 +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 \
+TCL_INC = ${LOCALBASE}/include/tcl8.2
+TK_INC = ${LOCALBASE}/include/tk8.2
+INCS = -I${X11BASE}/include \
+ -I$(TCL_INC)/generic -I$(TK_INC)/generic
+LDLIBS = -L/usr/local/lib \
+ -L/usr/X11R6/lib -ltk82 -ltcl82 -lXext -lX11 -lm
+LDLIBS = -L${LOCALBASE}/lib \
+ -L${X11BASE}/lib -ltk82 -ltcl82 -lXext -lX11 -lm

View File

@ -1,9 +1,9 @@
--- Makefile_FreeBSD_6.orig Sun Oct 20 14:03:11 2002
+++ Makefile_FreeBSD_6 Sun Oct 20 14:03:06 2002
--- /dev/null Thu Nov 30 19:11:00 2006
+++ Makefile_FreeBSD_6 Thu Nov 30 19:12:50 2006
@@ -0,0 +1,6 @@
+TCL_INC = /usr/local/include/tcl8.2
+TK_INC = /usr/local/include/tk8.2
+INCS = -I/usr/X11R6/include \
+TCL_INC = ${LOCALBASE}/include/tcl8.2
+TK_INC = ${LOCALBASE}/include/tk8.2
+INCS = -I${X11BASE}/include \
+ -I$(TCL_INC)/generic -I$(TK_INC)/generic
+LDLIBS = -L/usr/local/lib \
+ -L/usr/X11R6/lib -ltk82 -ltcl82 -lXext -lX11 -lm
+LDLIBS = -L${LOCALBASE}/lib \
+ -L${X11BASE}/lib -ltk82 -ltcl82 -lXext -lX11 -lm