summaryrefslogtreecommitdiff
path: root/math/topaz/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'math/topaz/files/patch-aa')
-rw-r--r--math/topaz/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/topaz/files/patch-aa b/math/topaz/files/patch-aa
index 0e02f97f59bb..22c9908eec2e 100644
--- a/math/topaz/files/patch-aa
+++ b/math/topaz/files/patch-aa
@@ -13,8 +13,8 @@
# for FreeBSD
-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 -I${LOCALBASE}/include/ncurses -I${X11BASE}/include -DTOPAZLINUX -DTOPAZ_NCURSES -DTOPAZ_EUC
-+TOPAZLIB= -L${LOCALBASE}/lib -lm -lncurses -lgnugetopt -lreadline -lhistory
++CXXFLAGS+= -I${LOCALBASE}/include/ncurses -I${X11BASE}/include -DTOPAZLINUX -DTOPAZ_NCURSES -DTOPAZ_EUC
++TOPAZLIB= -lm -lncurses -lreadline -lhistory
PSLIB= -lm
-VIEWLIB= -lm -L/usr/X11R6/lib -lX11
+VIEWLIB= -lm -L${X11BASE}/lib -lX11