mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
9441b5626c
(thanks!) Here's patch-ad. This could be integrated with patch-aa.
46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
*** Makefile.in.orig Wed Dec 14 17:08:44 1994
|
|
--- Makefile.in Wed Dec 14 17:23:38 1994
|
|
***************
|
|
*** 52,55 ****
|
|
--- 52,56 ----
|
|
#have-cxx#C++ = cxx -g3
|
|
#have-cxx#STATIC = -non_shared
|
|
+ #have-c++#C++ = c++ -g
|
|
#have-gcc#CC = gcc -g
|
|
#have-gcc#C++ = g++ -g -Wall
|
|
***************
|
|
*** 68,71 ****
|
|
--- 69,73 ----
|
|
TARCMD = tar cfh
|
|
CCOPT = -O2
|
|
+ MANDIR = /usr/man/man1
|
|
|
|
#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
|
|
! install -c vic.1 /usr/man/manl/vic.l
|
|
|
|
clean:
|
|
--- 370,374 ----
|
|
install -c vic /usr/local/bin/vic
|
|
install -c histtolut /usr/local/bin/histtolut
|
|
! install -c vic.1 $(MANDIR)/vic.l
|
|
|
|
clean:
|