From 6e0d02ef3d7215fcbb2ccd02d46c61973915dbf3 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Tue, 22 Oct 2013 12:10:35 +0000 Subject: - Fix linker problem by removing libtool dependency. The combination of USE_AUTOTOOLS, USE_GCC and C++ is broken because /usr/local/bin/libtool has hardcoded the linker it was built with. So on FreeBSD 10 it tries to link gcc compiled C++ code with clang which does not work. - Remove USE_GCC and fix build with clang with two new patches. [1] - Fix build with libc++ by removing -lstdc++ from linker flags. The compiler automatically adds the right runtime library. - Add LICENSE. - Convert gnomehack to pathfix. - Remove references to PTHREAD_LIBS and PTHREAD_CFLAGS. - Support staging. - Remove an old patch that's no longer needed. PR: ports/164618 [1] Submitted by: Paul Ambrose [1] Approved by: maintainer timeout (2 weeks) --- textproc/scim/files/patch-configure | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 textproc/scim/files/patch-configure (limited to 'textproc/scim/files/patch-configure') diff --git a/textproc/scim/files/patch-configure b/textproc/scim/files/patch-configure deleted file mode 100644 index e71b173a67aa..000000000000 --- a/textproc/scim/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.old Tue Jun 26 11:51:09 2007 -+++ configure Tue Jun 26 11:51:34 2007 -@@ -36877,10 +36877,7 @@ - - fi - GTK_BINARY_VERSION=`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0` -- GTK_LIBDIR=`$PKG_CONFIG --variable=libdir gtk+-2.0` -- if test -z "$GTK_LIBDIR)"; then -- GTK_LIBDIR="$libdir" -- fi -+ GTK_LIBDIR="$libdir" - GTK_IM_MODULEDIR=$GTK_LIBDIR/gtk-2.0/immodules - - -- cgit v1.2.3