diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-07 19:25:12 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-07 19:25:12 +0800 |
commit | 6bb3ab22c1b6615c33f3fba83831968441f073d5 (patch) | |
tree | 9d9874b2c6949162b4b1bf73ddc7180b45f54956 /games | |
parent | 0a65eb0b9b38e42fdadeb137404c7b0edbf2abcf (diff) | |
download | freebsd-ports-gnome-6bb3ab22c1b6615c33f3fba83831968441f073d5.tar.gz freebsd-ports-gnome-6bb3ab22c1b6615c33f3fba83831968441f073d5.tar.zst freebsd-ports-gnome-6bb3ab22c1b6615c33f3fba83831968441f073d5.zip |
Fix build without imake.
Pointed out by: dosirak via kris, while testing X.Org upgrade
Diffstat (limited to 'games')
-rw-r--r-- | games/qgo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/qgo/Makefile b/games/qgo/Makefile index 3a8c1880ed81..3f09abcef689 100644 --- a/games/qgo/Makefile +++ b/games/qgo/Makefile @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= QTDIR=${QT_PREFIX} MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" +CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include post-patch: @${REINPLACE_CMD} -e 's|-pedantic||g ; \ |