1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11-toolkits/v/files/patch-ac
Donald Burr d902b2d908 Update V port to version 1.19.
Thanks to Cyrus Rahman <cr@demo.jcmax.com> for his patches.
PR: ports/6938
1998-07-19 06:56:16 +00:00

13 lines
417 B
Plaintext

diff -ru ./appgen/vgcode.cpp ../patched/appgen/vgcode.cpp
--- ./appgen/vgcode.cpp Fri Apr 24 15:19:36 1998
+++ ../patched/appgen/vgcode.cpp Tue Jun 16 07:27:50 1998
@@ -1291,7 +1291,7 @@
of << "\n";
of << "HOMEV = " << op.home << "\n";
#ifdef V_VersionX
-of << "X11INC = /usr/X11/include\n";
+of << "X11INC = /usr/X11R6/include\n";
of << "X11LIB = /usr/X11R6/lib\n";
#endif
of << "LIBS = " << DEF_LIBS << "\n";