diff options
author | ats <ats@FreeBSD.org> | 1995-03-19 22:17:52 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-03-19 22:17:52 +0800 |
commit | 69e7a7f6725553bc39e4a923298c90fcfa426869 (patch) | |
tree | 6643d4b8bdc3bd40a453b8d1accb7e52f05544ce /cad | |
parent | c7e35f8a9cabd867d5a804c5f05d9ed3f23b68e5 (diff) | |
download | freebsd-ports-gnome-69e7a7f6725553bc39e4a923298c90fcfa426869.tar.gz freebsd-ports-gnome-69e7a7f6725553bc39e4a923298c90fcfa426869.tar.zst freebsd-ports-gnome-69e7a7f6725553bc39e4a923298c90fcfa426869.zip |
Change all absolute references to /usr/X11R6 to ${X11BASE} instead.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/irsim/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/irsim/files/patch-aa b/cad/irsim/files/patch-aa index 0b7abe8f5edc..e54496b59109 100644 --- a/cad/irsim/files/patch-aa +++ b/cad/irsim/files/patch-aa @@ -69,7 +69,7 @@ LIBS = -! CDIRS = -I../include -I/usr/X11R6/include +! CDIRS = -I../include -I${X11BASE}/include CSW = -O |