summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-11-09 22:19:31 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-11-09 22:19:31 +0000
commit2a37111e94b42538f6b154f9572b577172dd4c70 (patch)
treee9e08f52309c898de2bb6680c8b799e855e5cc88 /x11-wm
parentFix build by removing a dynamically generated file from the plist. (diff)
. This is sh, not C. Use '=', not '=='.
Notes
Notes: svn path=/head/; revision=121230
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/afterstep-stable/files/patch-configure22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-wm/afterstep-stable/files/patch-configure b/x11-wm/afterstep-stable/files/patch-configure
new file mode 100644
index 000000000000..e37779b740eb
--- /dev/null
+++ b/x11-wm/afterstep-stable/files/patch-configure
@@ -0,0 +1,22 @@
+$FreeBSD$
+
+--- configure.orig Mon Sep 13 11:43:06 2004
++++ configure Mon Sep 13 11:43:30 2004
+@@ -1734,7 +1734,7 @@
+ # Check whether --enable-reuse-font or --disable-reuse-font was given.
+ if test "${enable_reuse_font+set}" = set; then
+ enableval="$enable_reuse_font"
+- if test x$enableval == "xyes"; then
++ if test x$enableval = "xyes"; then
+ cat >>confdefs.h <<\_ACEOF
+ #define MODULE_REUSE_LOADED_FONT 1
+ _ACEOF
+@@ -5450,7 +5450,7 @@
+
+ have_shmimage=no
+
+-if test "x$CYGWIN" == "xyes"; then
++if test "x$CYGWIN" = "xyes"; then
+ enable_shmimage=no
+ fi
+