openbsd-ports/lang/parrot/patches/patch-config_gen_makefiles_root_in
2012-05-09 13:36:45 +00:00

21 lines
938 B
Plaintext

$OpenBSD: patch-config_gen_makefiles_root_in,v 1.5 2012/05/09 13:36:45 pascal Exp $
--- config/gen/makefiles/root.in.orig Sun Apr 8 05:00:24 2012
+++ config/gen/makefiles/root.in Mon Apr 30 19:28:49 2012
@@ -20,7 +20,7 @@
DEVEL = @DEVEL@
VERSION = @VERSION@$(DEVEL)
-SOVERSION = @VERSION@
+SOVERSION = $(LIBparrot_VERSION)
CONFIG_ARGS = @configure_args@
#IF(win32):SHELL = CMD
@@ -1084,7 +1084,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@ )
$(CP) tools/dev/gdb-pp-load.py @blib_dir@/@libparrot_shared@-gdb.py
$(CP) tools/dev/gdb-pp.py @blib_dir@/GDBPrettyPrint.py
@echo '' > @blib_dir@/__init__.py