diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-10 17:27:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-10 17:27:40 +0000 |
commit | 9441b5626cd0ec2401c0e73f11ee8ef5bba285eb (patch) | |
tree | ce5d4fd83d134b4eefc9c1f356c4a26ed42f3219 /mbone/vic | |
parent | c1a1cb195918ec37d5f278f3276b5f478269595a (diff) | |
download | ports-9441b5626cd0ec2401c0e73f11ee8ef5bba285eb.tar.gz ports-9441b5626cd0ec2401c0e73f11ee8ef5bba285eb.zip |
Submitted by: Garrett Wollman <wollman@halloran-eldar.lcs.mit.edu>
(thanks!)
Here's patch-ad. This could be integrated with patch-aa.
Notes
Notes:
svn path=/head/; revision=1322
Diffstat (limited to 'mbone/vic')
-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 e32c1107ff35..4cb6719c4018 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 |