mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Fix build on -current.
This commit is contained in:
parent
2ac4ea4a91
commit
7d3444db5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365107
@ -14,7 +14,7 @@
|
||||
-CFLAGS= -I/usr/local/include -I/usr/local/include/ncurses -I/usr/X11R6/include -O2 -Wall -DTOPAZLINUX -DTOPAZ_NCURSES -DTOPAZ_EUC
|
||||
-TOPAZLIB= -L/usr/local/lib -lm -lncurses -lgnugetopt -lreadline -lhistory
|
||||
+CXXFLAGS+= -I${LOCALBASE}/include -DTOPAZLINUX -DTOPAZ_NCURSES -DTOPAZ_EUC
|
||||
+TOPAZLIB= -lm -lncurses -lreadline -lhistory
|
||||
+TOPAZLIB= -L${LOCALBASE}/lib -lm -lncurses -lreadline -lhistory
|
||||
PSLIB= -lm
|
||||
-VIEWLIB= -lm -L/usr/X11R6/lib -lX11
|
||||
+VIEWLIB= -lm -L${LOCALBASE}/lib -lX11
|
||||
|
Loading…
Reference in New Issue
Block a user