Date: 15 Apr 2002 01:36:08 +0300 From: Franz Klammer <klammer@webonaut.com> To: gnome@freebsd.org Subject: galeon: configure doesn't find Xinerama.h Message-ID: <1018823768.5204.122.camel@ncc-1701.webonaut.com>
next in thread | raw e-mail | index | archive | help
--=-33HEPwYF4fBjw9D6fdU6 Content-Type: text/plain Content-Transfer-Encoding: 7bit while a reinstall of galeon i found that the configure-script dosen't find Xinerama.h. i don't know if this is necessary (or make sense|helps :-)) but here a patch for the Makefile. franz -- WEBONAUT.com http://webonaut.com mailto:klammer@webonaut.com --=-33HEPwYF4fBjw9D6fdU6 Content-Disposition: attachment; filename=galeon.diff Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; name=galeon.diff; charset=ISO-8859-15 --- Makefile.orig Mon Apr 15 00:06:09 2002 +++ Makefile Mon Apr 15 00:06:16 2002 @@ -37,7 +37,7 @@ CONFIGURE_ARGS=3D --with-mozilla-includes=3D"${X11BASE}/include/mozilla" \ --with-mozilla-libs=3D"${X11BASE}/lib/${MOZILLA}" \ --enable-nautilus-view -CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include -D_REENTRANT ${PTHREAD= _CFLAGS}" \ +CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include -I${X11BASE}/include -= D_REENTRANT ${PTHREAD_CFLAGS}" \ LIBS=3D"-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_TARGET=3D --target=3D${MACHINE_ARCH}-unknown-freebsd${OSREL} =20 --=-33HEPwYF4fBjw9D6fdU6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1018823768.5204.122.camel>