opnsense-ports/devel/libcfg/files/patch-Rules.make.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

19 lines
495 B
Text

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