openbsd-ports/devel/libglade2/patches/patch-configure
2003-06-17 16:13:32 +00:00

46 lines
1.8 KiB
Plaintext

$OpenBSD: patch-configure,v 1.2 2003/06/17 16:13:32 marcm Exp $
--- configure.orig Thu Aug 29 05:54:02 2002
+++ configure Fri Jun 13 14:42:08 2003
@@ -5486,7 +5486,7 @@ else
hardcode_direct=yes
hardcode_shlibpath_var=no
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
export_dynamic_flag_spec='${wl}-E'
else
@@ -5496,7 +5496,7 @@ else
hardcode_libdir_flag_spec='-R$libdir'
;;
*)
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
;;
esac
@@ -11559,23 +11559,3 @@ fi
rm -f po/po2tbl.sed
-echo
-echo "This is the development branch of libglade"
-echo "If you want something that works with gtk+ 1.2, checkout the"
-echo "libglade-1-0 branch with the following command"
-echo " cvs update -r libglade-1-0 ."
-echo
-
-if test -z "$jh_cv_path_python"; then
- echo "*****************************************************"
- echo " A usable version of python was not found, so the"
- echo " libglade-convert program was not installed. This"
- echo " script requires Python >= 2.0 with expat support."
- echo
- echo " Some packages require libglade-convert to build"
- echo " correctly. If you wish to build one of these"
- echo " packages, you must install expat and python,"
- echo " and then rebuild libglade."
- echo "*****************************************************"
- echo
-fi