mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Use latest version of tixsam lib.
Spotted by: Troy Dixler <troy@twisted.net> Approved by: jmz (maintainer)
This commit is contained in:
parent
fad4787457
commit
500ca54cbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96433
@ -10,7 +10,7 @@
|
||||
- $(CC) -o cd-write $(OBJS) c++tk/c++tk.o\
|
||||
- -L/usr/local/lib -L/usr/X11R6/lib -ltixsam4180 -ltk80 -ltcl80 -lX11 -lm -lcam
|
||||
+ $(CXX) -o cd-write $(OBJS) c++tk/c++tk.o\
|
||||
+ -L${PREFIX}/lib -L${X11BASE}/lib -ltixsam4182 -ltk82 -ltcl82 -lX11 -lm -lcam
|
||||
+ -L${PREFIX}/lib -L${X11BASE}/lib -ltixsam8184 -ltk82 -ltcl82 -lX11 -lm -lcam
|
||||
|
||||
subdir:
|
||||
cd c++tk && make TIX=1
|
||||
|
Loading…
Reference in New Issue
Block a user