diff options
| author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-11-04 06:55:16 +0000 |
|---|---|---|
| committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-11-04 06:55:16 +0000 |
| commit | cce3ef29f5524636b4489444268adf6cc4c913c0 (patch) | |
| tree | a1ff386f4dd2c1b87a47c24cd4799971615db5e1 /devel/libgtop2/files/patch-configure | |
| parent | Chase mastersite per distfile survey. (diff) | |
Kick off local gnome-support nonsense. All we need is libpopt.
This also unscrew pkgconfig database.
Diffstat (limited to '')
| -rw-r--r-- | devel/libgtop2/files/patch-configure | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/devel/libgtop2/files/patch-configure b/devel/libgtop2/files/patch-configure index 42b3620caad7..e451557e7674 100644 --- a/devel/libgtop2/files/patch-configure +++ b/devel/libgtop2/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Sat Oct 25 00:01:15 2003 -+++ configure Sat Oct 25 00:14:56 2003 +--- configure.orig Tue Nov 4 14:55:15 2003 ++++ configure Tue Nov 4 15:10:15 2003 @@ -1580,10 +1580,10 @@ # The aliases save the names the user supplied, while $host etc. @@ -28,6 +28,36 @@ LT_VERSION_INFO='-version-info ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}' +@@ -20821,7 +20821,7 @@ + + + # this should go away soon +- need_gnome_support=yes ++ need_gnome_support=no + + + for ac_func in getopt_long +@@ -30052,13 +30052,13 @@ + + fi; + +-if test "x$gnome_found" = xyes ; then +- LIBSUPPORT="$GNOME_LIBDIR -lgnomesupport" +- SUPPORTINCS="$GNOME_INCLUDEDIR" +-else +- LIBSUPPORT='$(top_builddir)/support/libgnomesupport-2.0.la' +- SUPPORTINCS='-DNEED_GNOMESUPPORT_H -I$(top_builddir)/support -I$(top_srcdir)/support' +-fi ++#if test "x$gnome_found" = xyes ; then ++# LIBSUPPORT="$GNOME_LIBDIR -lgnomesupport" ++# SUPPORTINCS="$GNOME_INCLUDEDIR" ++#else ++# LIBSUPPORT='$(top_builddir)/support/libgnomesupport-2.0.la' ++# SUPPORTINCS='-DNEED_GNOMESUPPORT_H -I$(top_builddir)/support -I$(top_srcdir)/support' ++#fi + + case "$GNOME_LIBS" in + '*-lgnomesupport*' ) @@ -30160,7 +30160,7 @@ |
