From 1d7d307b023d39e76765fee75813ae37210c2de2 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 4 Jan 2004 00:05:24 +0000 Subject: Re-add gtk-smooth-engine, and fix it up. * Put in the right category [1] * Really add support for gtk+-1.2 * Fix up plist * Fix libtool support * Allow the gtk+-1.2 engine to build on -STABLE * Use gnometarget by default * Don't create a useless symlink * Make PREFIX-safe * Make full use of USE_GNOME/WANT_GNOME [1] * This port doesn't require INSTALLS_SHLIB * Add CONFLICTS for gnome-themes-extras [1] Submitted by: maintainer [1] --- x11-themes/gtk-smooth-engine/files/patch-configure | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 x11-themes/gtk-smooth-engine/files/patch-configure (limited to 'x11-themes/gtk-smooth-engine/files/patch-configure') diff --git a/x11-themes/gtk-smooth-engine/files/patch-configure b/x11-themes/gtk-smooth-engine/files/patch-configure new file mode 100644 index 000000000000..a2843d3b1525 --- /dev/null +++ b/x11-themes/gtk-smooth-engine/files/patch-configure @@ -0,0 +1,28 @@ +--- configure.orig Tue Dec 16 17:35:58 2003 ++++ configure Sat Jan 3 18:50:45 2004 +@@ -7997,6 +7997,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -8050,7 +8051,7 @@ + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +-for as_dir in $prefix/bin ++for as_dir in $prefix/bin $X11BASE/bin + do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. +@@ -8101,7 +8102,7 @@ + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +-for as_dir in $prefix/bin ++for as_dir in $prefix/bin $X11BASE/bin + do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. -- cgit v1.2.3