diff options
author | pav <pav@FreeBSD.org> | 2008-09-05 20:39:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-09-05 20:39:26 +0800 |
commit | 327d698bb58a5734566b0a47e8c2e13905af217b (patch) | |
tree | de9b642479754ed33e5593a7075e6416846e182c /emulators | |
parent | 832c2a1f4b49e327ebee531342635142d4b26db0 (diff) | |
download | freebsd-ports-gnome-327d698bb58a5734566b0a47e8c2e13905af217b.tar.gz freebsd-ports-gnome-327d698bb58a5734566b0a47e8c2e13905af217b.tar.zst freebsd-ports-gnome-327d698bb58a5734566b0a47e8c2e13905af217b.zip |
- Fix build with SDL
PR: ports/127082
Reported by: Edward Sanford Sutton, III
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 2cddfaa37fb4..453745b883dc 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir USE_GNOME= gnometarget USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-docbook |