diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-01-22 15:59:54 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-01-22 15:59:54 +0000 |
commit | 8e2ee0a8bba9e0e7d1d399c41fc9c95642ac6c71 (patch) | |
tree | dd9d4c89f7f60e6ae17b53131b70a162e381b84a | |
parent | 02d1f377c9796a83155b6d8a70b4f66cc2883281 (diff) | |
download | ports-8e2ee0a8bba9e0e7d1d399c41fc9c95642ac6c71.tar.gz ports-8e2ee0a8bba9e0e7d1d399c41fc9c95642ac6c71.zip |
Notes
-rw-r--r-- | cad/magic/files/patch-aa | 23 |
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 + # |