Add a missing /usr/X11R6/include to a Makefile as a patch.
This commit is contained in:
parent
bd078bf12a
commit
02d1f377c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=800
@ -54,3 +54,22 @@
|
||||
fprintf( out, "\n};\n" );
|
||||
+ return 0;
|
||||
}
|
||||
*** src/ana11/Makefile.ORIG Fri Jan 15 20:47:47 1993
|
||||
--- src/ana11/Makefile Sun Jan 22 13:57:51 1995
|
||||
***************
|
||||
*** 19,25 ****
|
||||
|
||||
LIBS =
|
||||
|
||||
! CDIRS = -I../include
|
||||
|
||||
CSW = -O
|
||||
|
||||
--- 19,25 ----
|
||||
|
||||
LIBS =
|
||||
|
||||
! CDIRS = -I../include -I/usr/X11R6/include
|
||||
|
||||
CSW = -O
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user