diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-17 01:00:35 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-17 01:00:35 +0800 |
commit | 8f038c79ec4e8b306b24c8b503cc5482a01148c7 (patch) | |
tree | 093d054728e01270217e7e1b73825ab3070b1c9f /math/topaz | |
parent | 9f0717c21055961394f465fa8c6cc76825ea811d (diff) | |
download | freebsd-ports-gnome-8f038c79ec4e8b306b24c8b503cc5482a01148c7.tar.gz freebsd-ports-gnome-8f038c79ec4e8b306b24c8b503cc5482a01148c7.tar.zst freebsd-ports-gnome-8f038c79ec4e8b306b24c8b503cc5482a01148c7.zip |
Fix build on -current.
Diffstat (limited to 'math/topaz')
-rw-r--r-- | math/topaz/files/patch-topaz_Makefile.freebsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/topaz/files/patch-topaz_Makefile.freebsd b/math/topaz/files/patch-topaz_Makefile.freebsd index d3eb255d1e6a..17081aaa87df 100644 --- a/math/topaz/files/patch-topaz_Makefile.freebsd +++ b/math/topaz/files/patch-topaz_Makefile.freebsd @@ -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 |