1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/x11/gdm2/files/patch-configure
Joe Marcus Clarke 1a15139d2a Apparently, gcc-3.2.1 on Alpha doesn't like our little libtool recipe when it
comes to gdm2.  Change USE_LIBTOOL back to GNU_CONFIGURE, and remove the
associated configure hack.  This fixes an ld crash on Alpha, and doesn't seem
to have any adverse effects on x86, either.

Special thanks to Aaron Schroeder <Aaron.Schroeder@qg.com> for letting
me use his Alpha workstation to track this down.

The RELEASE_5_0_0 tag should be adjusted to take this change.

Reported by:	bento
2003-01-03 05:30:39 +00:00

12 lines
271 B
Plaintext

--- configure.orig Wed Jul 17 17:49:15 2002
+++ configure Wed Jul 17 17:51:03 2002
@@ -8531,6 +8532,8 @@
cat >conftest.$ac_ext <<_ACEOF
#line 8532 "configure"
#include "confdefs.h"
+#include <sys/types.h>
+#include <sys/socket.h>
$ac_includes_default
int
main ()