diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-03-19 16:32:33 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-03-19 16:32:33 +0000 |
commit | 8fc525e05c1b03f68a943834646c67eba2b32955 (patch) | |
tree | bcd0a542b7aab6253a49079c06be448072017a31 /cad | |
parent | 064e2f394814c251bf745130d1e96687d208ff8b (diff) | |
download | ports-8fc525e05c1b03f68a943834646c67eba2b32955.tar.gz ports-8fc525e05c1b03f68a943834646c67eba2b32955.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/magic/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/magic/files/patch-aa b/cad/magic/files/patch-aa index 1b6b00465bbb..d62525dc6cbf 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: /a/ncvs/ports/cad/magic/patches/patch-aa,v 1.3 1995/01/29 21:56:58 ats Exp $"; + static char rcsid[]="$Header: /home/ncvs/ports/cad/magic/patches/patch-aa,v 1.4 1995/02/25 21:35:19 ats Exp $"; #endif not lint + #include <sys/types.h> @@ -227,7 +227,7 @@ *************** *** 19,24 **** --- 19,25 ---- - static char rcsid[] = "$Header: /a/ncvs/ports/cad/magic/patches/patch-aa,v 1.3 1995/01/29 21:56:58 ats Exp $"; + static char rcsid[] = "$Header: /home/ncvs/ports/cad/magic/patches/patch-aa,v 1.4 1995/02/25 21:35:19 ats Exp $"; #endif not lint + #include <stdlib.h> @@ -387,7 +387,7 @@ LIB= ${MAGICDIR}/lib SYSLIB= ${CADDIR}/lib/magic/sys BIN= ${CADDIR}/bin -! IFLAGS= -I. -I${H} -I/usr/X11R6/include +! IFLAGS= -I. -I${H} -I${X11BASE}/include # # Configuration for flags and libraries # |