Respect X11BASE
PR: ports/106097 Submitted by: self Reviewed by: "M. Yu. Brazhnikov" <makc@issp.ac.ru> (maintainer)
This commit is contained in:
parent
4e74eb7b51
commit
24355065fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178479
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ USE_GNOME= gtk20 gnomehier
|
|||
USE_GMAKE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -I${X11BASE}/lib"
|
||||
CONFIGURE_ARGS+=--mandir=${PREFIX}/man
|
||||
CONFIGURE_ARGS+=--mandir=${PREFIX}/man --x-includes=${X11BASE}/include \
|
||||
--x-libraries=${X11BASE}/lib
|
||||
CFLAGS= -O2 -fno-strict-aliasing -pipe
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue