summaryrefslogtreecommitdiff
path: root/cad/magic
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-03-19 16:32:33 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-03-19 16:32:33 +0000
commit8fc525e05c1b03f68a943834646c67eba2b32955 (patch)
treebcd0a542b7aab6253a49079c06be448072017a31 /cad/magic
parentAdd ImageMagick to the subdirs list. (diff)
Changed the absolute path /usr/X11R6 to ${X11BASE} in the patch.
Notes
Notes: svn path=/head/; revision=1154
Diffstat (limited to 'cad/magic')
-rw-r--r--cad/magic/files/patch-aa6
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
#