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, 0 insertions, 19 deletions
diff --git a/devel/libcfg/files/patch-Rules.make.in b/devel/libcfg/files/patch-Rules.make.in deleted file mode 100644 index dafb67eb5ed9..000000000000 --- a/devel/libcfg/files/patch-Rules.make.in +++ /dev/null @@ -1,19 +0,0 @@ ---- 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 = |