diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 00:32:36 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 00:32:36 +0800 |
commit | a89d3ae00c9679c9f929d3a93a484027d5c79933 (patch) | |
tree | 893b3124ed790df21f34728b93fbc836caa39533 /x11-themes/gtk-engines/files/patch-configure | |
parent | 5e076c13abc2f780409179ea8f7306c34f9750b7 (diff) | |
download | marcuscom-ports-a89d3ae00c9679c9f929d3a93a484027d5c79933.tar marcuscom-ports-a89d3ae00c9679c9f929d3a93a484027d5c79933.tar.gz marcuscom-ports-a89d3ae00c9679c9f929d3a93a484027d5c79933.tar.bz2 marcuscom-ports-a89d3ae00c9679c9f929d3a93a484027d5c79933.tar.lz marcuscom-ports-a89d3ae00c9679c9f929d3a93a484027d5c79933.tar.xz marcuscom-ports-a89d3ae00c9679c9f929d3a93a484027d5c79933.tar.zst marcuscom-ports-a89d3ae00c9679c9f929d3a93a484027d5c79933.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6639 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/gtk-engines/files/patch-configure')
-rw-r--r-- | x11-themes/gtk-engines/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-themes/gtk-engines/files/patch-configure b/x11-themes/gtk-engines/files/patch-configure new file mode 100644 index 000000000..75a816a54 --- /dev/null +++ b/x11-themes/gtk-engines/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue Mar 20 03:08:42 2001 ++++ configure Tue Mar 20 03:08:57 2001 +@@ -2177,7 +2177,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lgtk $GTK_LIBS $LIBS" ++LIBS="$GTK_LIBS $LIBS" + cat > conftest.$ac_ext <<EOF + #line 2183 "configure" + #include "confdefs.h" |