diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-08 04:40:23 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-08 04:40:23 +0000 |
commit | 719043da101cb943517886d7bbb51ed3f43f083a (patch) | |
tree | 46321e3778e6280e393f71e5e7d584b032b93ef8 /editors/gnuserv | |
parent | de83f0b16f8ba23af78ab5dc1c5eaf31ef44a8bf (diff) |
- Fix buil with custom LOCALBASE/PREFIX
Reported by: QATy
Submitted by: sahil@tithonus.cs.brandeis.edu (via irc in #qatty)
Notes
Notes:
svn path=/head/; revision=235408
Diffstat (limited to 'editors/gnuserv')
-rw-r--r-- | editors/gnuserv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile index 0f873b3918b5..02a3dc6d48e0 100644 --- a/editors/gnuserv/Makefile +++ b/editors/gnuserv/Makefile @@ -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}" |