Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2002 12:30:02 -0800 (PST)
From:      Joe Clarke <marcus@marcuscom.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/34500: [PATCH] Update x11-toolkits/gnome--
Message-ID:  <200201312030.g0VKU2u71433@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/34500; it has been noted by GNATS.

From: Joe Clarke <marcus@marcuscom.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/34500: [PATCH] Update x11-toolkits/gnome--
Date: Thu, 31 Jan 2002 15:23:25 -0500 (EST)

 Sorry, forgot to include added files.
 
 ADDED FILE: files/patch-scripts::ltmain.sh
 
 --- scripts/ltmain.sh	2001/08/27 09:51:26	1.1
 +++ scripts/ltmain.sh	2001/08/27 09:51:42
 @@ -2408,6 +2408,9 @@
  	  *-*-netbsd*)
  	    # Don't link with libc until the a.out ld.so is fixed.
  	    ;;
 +	  *-*-freebsd*)
 +	    # FreeBSD doesn't need this...
 +	    ;;
  	  *)
  	    # Add libc to deplibs on all other systems if necessary.
  	    if test "$build_libtool_need_lc" = "yes"; then
 @@ -4175,10 +4178,12 @@
  	fi
 
  	# Install the pseudo-library for information purposes.
 +	if /usr/bin/false; then
  	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
  	instname="$dir/$name"i
  	$show "$install_prog $instname $destdir/$name"
  	$run eval "$install_prog $instname $destdir/$name" || exit $?
 +	fi
 
  	# Maybe install the static library, too.
  	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
 
 
 ADDED FILE: files/patch-src::gnome--::Makefile.in:
 
 --- src/gnome--/Makefile.in.orig	Thu Jan 31 13:33:15 2002
 +++ src/gnome--/Makefile.in	Thu Jan 31 13:33:32 2002
 @@ -150,7 +150,7 @@
 
  # This builds the library
  libgnomemm_la_SOURCES = $(gnomemmc) app-helper.cc app-callback.cc point.cc affinetrans.cc construct_copies.cc
 -libgnomemm_la_LDFLAGS = -version-info $(LIBGNOMEMM_SO_VERSION) -release $(GNOMEMM_RELEASE) -no-undefined
 +libgnomemm_la_LDFLAGS = -version-info $(LIBGNOMEMM_SO_VERSION) -no-undefined
  libgnomemm_la_LIBADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(gnomemmla)
  libgnomemm_la_DEPENDENCIES = $(gnomemmla)
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201312030.g0VKU2u71433>