diff options
author | asami <asami@FreeBSD.org> | 1995-04-10 17:27:40 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-10 17:27:40 +0000 |
commit | 7dc65c69276a2b445551a70550631e4e9aada506 (patch) | |
tree | 7b0678daa7feb84dfbb196586531e59da0bef20a /mbone | |
parent | 13ad86d40784fe7b68e872d22b6a58f82b5b4ab8 (diff) | |
download | FreeBSD-ports-7dc65c69276a2b445551a70550631e4e9aada506.zip FreeBSD-ports-7dc65c69276a2b445551a70550631e4e9aada506.tar.gz |
Submitted by: Garrett Wollman <wollman@halloran-eldar.lcs.mit.edu>
(thanks!)
Here's patch-ad. This could be integrated with patch-aa.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/vic/files/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mbone/vic/files/patch-aa b/mbone/vic/files/patch-aa index e32c110..4cb6719 100644 --- a/mbone/vic/files/patch-aa +++ b/mbone/vic/files/patch-aa @@ -17,6 +17,20 @@ #have-vpix#VPIX_DIR = /usr/src/local/vfc-1.0 *************** +*** 132,136 **** + #have-i386#MD_DEF = -DNOSHM + #have-i386#TAR_PREFIX = i386 +! #have-i386#LIB_X = -L/usr/X11/lib -lXext -lX11 + #have-netbsd_sparc#TAR_PREFIX = netbsd_sparc + #have-netbsd_sparc#TARCMD = tar -h -c -f +--- 132,137 ---- + #have-i386#MD_DEF = -DNOSHM + #have-i386#TAR_PREFIX = i386 +! #have-i386#MD_INC = -I/usr/X11R6/include +! #have-i386#LIB_X = -L/usr/X11R6/lib -lXext -lX11 + #have-netbsd_sparc#TAR_PREFIX = netbsd_sparc + #have-netbsd_sparc#TARCMD = tar -h -c -f +*************** *** 368,372 **** install -c vic /usr/local/bin/vic install -c histtolut /usr/local/bin/histtolut |