1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/libcfg/files/patch-Rules.make.in
Martin Matuska 9179ba7133 New port: devel/libcfg
Library for command line and configuration file parsing

Approved by:	garga (mentor)
2007-04-30 13:02:27 +00:00

20 lines
495 B
Plaintext

--- 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 =