$OpenBSD: patch-config_gen_makefiles_root_in,v 1.2 2010/10/03 22:13:18 kili Exp $ --- config/gen/makefiles/root.in.orig Wed May 20 02:29:16 2009 +++ config/gen/makefiles/root.in Sun Oct 3 23:51:31 2010 @@ -18,7 +18,7 @@ DEVEL := @DEVEL@ VERSION := @VERSION@$(DEVEL) -SOVERSION := @VERSION@ +SOVERSION := $(LIBparrot_VERSION) CONFIG_ARGS := @configure_args@ @@ -889,7 +889,6 @@ $(LIBPARROT_SHARED) : $(O_FILES) #IF(win32 and cc==gcc): -Wl,--out-implib=libparrot.lib \ $(O_FILES) $(C_LIBS) $(ICU_SHARED) #IF(win32): if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$@;2 -#IF(libparrot_shared_alias): ( cd @blib_dir@ ; ln -sf @libparrot_shared@ @libparrot_shared_alias@ ) $(INSTALLABLECONFIG) : $(SRC_DIR)/install_config$(O) $(PARROT_CONFIG) $(PBC_TO_EXE) @@ -1791,7 +1790,6 @@ test-clean : "t/stress/*.pbc" \ "t/tools/*.pbc" $(RM_F) \ - "t/dynpmc/md2.t" \ "t/dynpmc/md4.t" \ "t/dynpmc/md5.t" \ "t/dynpmc/ripemd160.t" \