diff options
Diffstat (limited to 'devel/libcfg/files/patch-Rules.make.in')
-rw-r--r-- | devel/libcfg/files/patch-Rules.make.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/libcfg/files/patch-Rules.make.in b/devel/libcfg/files/patch-Rules.make.in new file mode 100644 index 000000000000..dafb67eb5ed9 --- /dev/null +++ b/devel/libcfg/files/patch-Rules.make.in @@ -0,0 +1,19 @@ +--- Rules.make.in.orig Mon Apr 30 11:56:50 2007 ++++ Rules.make.in Mon Apr 30 11:57:50 2007 +@@ -15,6 +15,7 @@ + + PACKAGE = @PACKAGE@ + VERSION = @VERSION@ ++SHLIB_MAJOR = @SHLIB_MAJOR@ + + CVSTAG = $(PACKAGE)-$(subst .,_,$(VERSION)) + +@@ -25,7 +26,7 @@ + + LIBSTATIC = $(PACKAGE).a + LIBDYNAMIC = $(PACKAGE).so +-LIBDYNAMICV = $(PACKAGE).so.$(VERSION) ++LIBDYNAMICV = $(PACKAGE).so.$(SHLIB_MAJOR) + + install_LIB = $(LIBSTATIC) $(LIBDYNAMICV) + SCRIPTS = |