- Fix buil with custom LOCALBASE/PREFIX

Reported by:    QATy
Submitted by:   sahil@tithonus.cs.brandeis.edu (via irc in #qatty)
This commit is contained in:
Philip M. Gollucci 2009-06-08 04:40:23 +00:00
parent de83f0b16f
commit 719043da10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235408

View file

@ -27,6 +27,8 @@ USE_EMACS= yes
BROKEN= Configure fails without X support
.endif
CONFIGURE_ARGS+= --x-includes=${PREFIX}/include --x-libraries=${PREFIX}/lib
# configure --program-suffix doesn't work somehow
MAKE_ARGS= binsuffix="${BINSUFFIX}"