diff options
author | ats <ats@FreeBSD.org> | 1995-01-22 13:07:55 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-01-22 13:07:55 +0000 |
commit | 94402c943d927575648720c70b0c81ab68c87443 (patch) | |
tree | 6dd80f7a18e280468ec78bb6bb4b1572bf976ebe /cad/irsim | |
parent | a97069e95727e0414226de7a0bfb46a02e96ef1b (diff) | |
download | FreeBSD-ports-94402c943d927575648720c70b0c81ab68c87443.zip FreeBSD-ports-94402c943d927575648720c70b0c81ab68c87443.tar.gz |
Add a missing /usr/X11R6/include to a Makefile as a patch.
Diffstat (limited to 'cad/irsim')
-rw-r--r-- | cad/irsim/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cad/irsim/files/patch-aa b/cad/irsim/files/patch-aa index e95c0bb..0b7abe8 100644 --- a/cad/irsim/files/patch-aa +++ b/cad/irsim/files/patch-aa @@ -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 + |