summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-01-22 13:07:55 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-01-22 13:07:55 +0000
commit02d1f377c9796a83155b6d8a70b4f66cc2883281 (patch)
tree9ae95bc1e8cf7d1b1db3278bf107dfa382a9a9f6 /cad
parentAdd a missing ${PORTSDIR} in the DEPENDS line. (diff)
Add a missing /usr/X11R6/include to a Makefile as a patch.
Notes
Notes: svn path=/head/; revision=800
Diffstat (limited to 'cad')
-rw-r--r--cad/irsim/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/cad/irsim/files/patch-aa b/cad/irsim/files/patch-aa
index e95c0bb4975e..0b7abe8f5edc 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
+