diff options
author | ats <ats@FreeBSD.org> | 1995-03-20 00:32:33 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-03-20 00:32:33 +0800 |
commit | 6e3c14b262778932427b51206abec0c8c0798060 (patch) | |
tree | 5656f31f8ea49d8c02bd96fd0c32ff45277071e4 /cad | |
parent | b957ce74a34949fafc53955c827a36ebd6622339 (diff) | |
download | freebsd-ports-gnome-6e3c14b262778932427b51206abec0c8c0798060.tar.gz freebsd-ports-gnome-6e3c14b262778932427b51206abec0c8c0798060.tar.zst freebsd-ports-gnome-6e3c14b262778932427b51206abec0c8c0798060.zip |
Changed the absolute path /usr/X11R6 to ${X11BASE} in the patch.
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 # |