aboutsummaryrefslogtreecommitdiff
path: root/graphics/glide3/files/patch-configure_in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/glide3/files/patch-configure_in')
-rw-r--r--graphics/glide3/files/patch-configure_in25
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/glide3/files/patch-configure_in b/graphics/glide3/files/patch-configure_in
new file mode 100644
index 000000000000..3145e4a05d10
--- /dev/null
+++ b/graphics/glide3/files/patch-configure_in
@@ -0,0 +1,25 @@
+--- configure.in.orig Thu May 31 12:05:51 2001
++++ configure.in Fri May 10 19:45:32 2002
+@@ -25,6 +25,10 @@
+ AM_INIT_AUTOMAKE(glide, 3.0)
+ AM_CONFIG_HEADER(swlibs/include/config.h)
+ AC_PREFIX_DEFAULT([/usr])
++
++AC_PATH_X
++AC_SUBST(x_includes)
++
+ includedir='${prefix}/include/glide3'
+ #
+ # Variables local to the build.
+@@ -168,6 +172,11 @@
+ ;;
+ esac],[FX_GLIDE_BUILD_ARCHITECTURE=`uname -m`])
+ AC_SUBST(FX_GLIDE_BUILD_ARCHITECTURE)
++
++# Appease automake1.5 about assembly targets
++ASFLAGS=
++AC_SUBST(ASFLAGS)
++
+ #
+ # Various tests needed at points in the build
+ # First, we set defaults.