1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/x11/aterm/files/patch-xlocale_test
Doug Barton dbddc2b792 Revamp this port:
1. There are no slave ports, so remove the mechanism for that
2. Update CONFIGURE_ARGS
3. Add OPTIONS support
4. Remove knobs for some things that were not actually used by configure
5. Add knobs for other things
6. Default transparency support, mouse support, and bsd-style del/bksp
   support to on, as previously; but default background image support to
   off. With modern window managers it's problematic, and needlessly bloats
   the binary.
7. Switch to PLIST_FILES for the one file installed, the chmod doesn't seem
   to have any effect one way or the other.
8. Add a bunch of patches from the debian repo which slightly improve
   support for modern WMs.

Bump PORTREVISION

Approved by:	maintainer timeout
2010-08-12 20:15:59 +00:00

25 lines
1019 B
Plaintext

diff -urNad aterm-1.0.1~/autoconf/configure.in aterm-1.0.1/autoconf/configure.in
--- aterm-1.0.1~/autoconf/configure.in 2007-08-04 00:23:29.000000000 +0200
+++ autoconf/configure.in 2007-08-04 00:28:14.000000000 +0200
@@ -608,7 +608,7 @@
dnl# this is a really hack test for some basic Xlocale stuff
SAVETHELIBS=$LIBS
-LIBS="$LIBS $X_LIBS $X_PRE_LIBS $X_EXTRA_LIBS -lX11 -lXmu"
+LIBS="$LIBS $X_LIBS $X_PRE_LIBS $X_EXTRA_LIBS -lX11"
CFLAGS="$CFLAGS $X_CFLAGS"
AC_CACHE_CHECK(for working Xlocale, rxvt_cv_func_xlocale,
[AC_TRY_RUN(
diff -urNad aterm-1.0.1~/configure aterm-1.0.1/configure
--- aterm-1.0.1~/configure 2007-08-04 00:23:29.000000000 +0200
+++ configure 2007-08-04 00:28:29.000000000 +0200
@@ -10434,7 +10434,7 @@
fi
SAVETHELIBS=$LIBS
-LIBS="$LIBS $X_LIBS $X_PRE_LIBS $X_EXTRA_LIBS -lX11 -lXmu"
+LIBS="$LIBS $X_LIBS $X_PRE_LIBS $X_EXTRA_LIBS -lX11"
CFLAGS="$CFLAGS $X_CFLAGS"
{ echo "$as_me:$LINENO: checking for working Xlocale" >&5
echo $ECHO_N "checking for working Xlocale... $ECHO_C" >&6; }