diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-04 00:05:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-04 00:05:24 +0000 |
commit | 1d7d307b023d39e76765fee75813ae37210c2de2 (patch) | |
tree | 63b520b427b18eda088cf567dba56c59ac57e116 /x11-themes/gtk-smooth-engine/files/patch-configure | |
parent | Remove this port from x11 so it can be added into x11-toolkits. (diff) |
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]
Notes
Notes:
svn path=/head/; revision=97262
Diffstat (limited to 'x11-themes/gtk-smooth-engine/files/patch-configure')
-rw-r--r-- | x11-themes/gtk-smooth-engine/files/patch-configure | 28 |
1 files changed, 28 insertions, 0 deletions
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=. |