summaryrefslogtreecommitdiff
path: root/cad/magic
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-01-22 15:59:54 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-01-22 15:59:54 +0000
commit8e2ee0a8bba9e0e7d1d399c41fc9c95642ac6c71 (patch)
treedd9d4c89f7f60e6ae17b53131b70a162e381b84a /cad/magic
parentAdd a missing /usr/X11R6/include to a Makefile as a patch. (diff)
Replace a /usr/openwin/include with a /usr/X11R6/include. We don't
have openwin. Now it finds X11/Xlib.h and is building the port.
Notes
Notes: svn path=/head/; revision=801
Diffstat (limited to 'cad/magic')
-rw-r--r--cad/magic/files/patch-aa23
1 files changed, 21 insertions, 2 deletions
diff --git a/cad/magic/files/patch-aa b/cad/magic/files/patch-aa
index 424777970012..9a83bbebb111 100644
--- a/cad/magic/files/patch-aa
+++ b/cad/magic/files/patch-aa
@@ -83,7 +83,7 @@
***************
*** 22,27 ****
--- 22,28 ----
- static char rcsid[]="$Header: PlowMain.c,v 6.0 90/08/28 18:52:57 mayo Exp $";
+ static char rcsid[]="$Header: /a/ncvs/ports/cad/magic/patches/patch-aa,v 1.1.1.1 1994/12/18 21:12:09 swallace Exp $";
#endif not lint
+ #include <sys/types.h>
@@ -227,7 +227,7 @@
***************
*** 19,24 ****
--- 19,25 ----
- static char rcsid[] = "$Header: port.c,v 6.0 90/08/28 19:01:11 mayo Exp $";
+ static char rcsid[] = "$Header: /a/ncvs/ports/cad/magic/patches/patch-aa,v 1.1.1.1 1994/12/18 21:12:09 swallace Exp $";
#endif not lint
+ #include <stdlib.h>
@@ -340,3 +340,22 @@
extern char* sprintf();
#endif
#endif
+*** graphics/Makefile.ORIG Mon Sep 19 23:41:05 1994
+--- graphics/Makefile Sun Jan 22 14:44:19 1995
+***************
+*** 10,16 ****
+ LIB= ${MAGICDIR}/lib
+ SYSLIB= ${CADDIR}/lib/magic/sys
+ BIN= ${CADDIR}/bin
+! IFLAGS= -I. -I${H} -I/usr/openwin/include
+ #
+ # Configuration for flags and libraries
+ #
+--- 10,16 ----
+ LIB= ${MAGICDIR}/lib
+ SYSLIB= ${CADDIR}/lib/magic/sys
+ BIN= ${CADDIR}/bin
+! IFLAGS= -I. -I${H} -I/usr/X11R6/include
+ #
+ # Configuration for flags and libraries
+ #