diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /russian/ksocrat | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'russian/ksocrat')
-rw-r--r-- | russian/ksocrat/Makefile | 2 | ||||
-rw-r--r-- | russian/ksocrat/files/patch-configure | 33 |
2 files changed, 34 insertions, 1 deletions
diff --git a/russian/ksocrat/Makefile b/russian/ksocrat/Makefile index ae793a844a61..9fedf3d4b318 100644 --- a/russian/ksocrat/Makefile +++ b/russian/ksocrat/Makefile @@ -20,7 +20,7 @@ COMMENT= KSocrat is the simple English/Russian Russian/English dictionary USE_BZIP2= yes USE_KDELIBS_VER=3 -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes RESTRICTED= "Redistribution not allowed" diff --git a/russian/ksocrat/files/patch-configure b/russian/ksocrat/files/patch-configure new file mode 100644 index 000000000000..3027a1b7b113 --- /dev/null +++ b/russian/ksocrat/files/patch-configure @@ -0,0 +1,33 @@ +--- configure.orig Sat Jul 17 05:08:23 2004 ++++ configure Wed Feb 22 22:39:56 2006 +@@ -3830,13 +3830,2 @@ + +-# Actually configure libtool. ac_aux_dir is where install-sh is found. +-AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ +-MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ +-LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \ +-AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \ +-objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \ +-deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \ +-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ +-$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \ +-|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; } +- + # Reload cache, that may have been modified by ltconfig +@@ -3864,16 +3853,2 @@ + LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh" +-lt_save_CC="$CC" +-lt_save_CFLAGS="$CFLAGS" +-AR="$AR" LTCC="$CC" CC="$CXX" CXX="$CXX" CFLAGS="$CXXFLAGS" CPPFLAGS="$CPPFLAGS" \ +-MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ +-LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \ +-AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \ +-objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \ +-deplibs_check_method="$deplibs_check_method" \ +-file_magic_cmd="$file_magic_cmd" \ +-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \ +---build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \ +-|| { echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; } +-CC="$lt_save_CC" +-CFLAGS="$lt_save_CFLAGS" + |