Fix include path for xforms.

This commit is contained in:
Dirk Froemberg 2002-09-19 11:46:05 +00:00
parent 2f92bf18d5
commit d8732b19d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66702
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
--- Makefile.orig Wed Nov 18 05:19:06 1998
+++ Makefile Sun Mar 11 13:59:59 2001
+++ Makefile Thu Sep 19 13:43:36 2002
@@ -31,24 +31,23 @@
PROGRAM = xmysql
@ -27,7 +27,7 @@
+MYSQLINC = -I${LOCALBASE}/include/mysql
+MYSQLLOAD = -L${LOCALBASE}/lib/mysql -lmysqlclient
+XFORMLIBDIR = -L${X11BASE}/lib
+XFORMINCDIR = -I${X11BASE}/include
+XFORMINCDIR = -I${X11BASE}/include -I${X11BASE}/include/X11
XINC =
-XLOAD = -L/usr/X11R6/lib -lX11
+XLOAD = -L${X11BASE}/lib -lX11

View File

@ -1,5 +1,5 @@
--- Makefile.orig Mon Dec 7 12:52:39 1998
+++ Makefile Sun Mar 11 14:02:11 2001
+++ Makefile Thu Sep 19 13:45:22 2002
@@ -34,7 +34,7 @@
# This is used by 'make install' command
#-------------------------------------------------------
@ -69,7 +69,7 @@
#-------------------------------------------------------
#XFORMINCDIR = -I/opt/local/include
-XFORMINCDIR = -I/usr/X11R6/include
+XFORMINCDIR = -I${X11BASE}/include
+XFORMINCDIR = -I${X11BASE}/include -I${X11BASE}/include/X11
########################################################