summaryrefslogtreecommitdiffstats
path: root/textproc/sp
diff options
context:
space:
mode:
authorchuckr <chuckr@FreeBSD.org>1999-06-12 21:38:52 +0000
committerchuckr <chuckr@FreeBSD.org>1999-06-12 21:38:52 +0000
commitdfe8135eb7404750c2964c613e0b977436eab43a (patch)
treeb65f5d1cec784cbabeb0194bede135a1e9fa3b0b /textproc/sp
parentd48134305b3e0828a063a687f4fc84a7e9e52a95 (diff)
downloadFreeBSD-ports-dfe8135eb7404750c2964c613e0b977436eab43a.zip
FreeBSD-ports-dfe8135eb7404750c2964c613e0b977436eab43a.tar.gz
Fix shared library problem (soname not specified).
Diffstat (limited to 'textproc/sp')
-rw-r--r--textproc/sp/files/patch-ad2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sp/files/patch-ad b/textproc/sp/files/patch-ad
index a2de381..92758bb 100644
--- a/textproc/sp/files/patch-ad
+++ b/textproc/sp/files/patch-ad
@@ -25,7 +25,7 @@
$(RANLIB) $@
+lib$(LIB).so.$(VERSION): $(SOBJS) $(SCOBJS)
-+ $(CC) -shared -o lib$(LIB).so.$(VERSION) $(SOBJS) $(SCOBJS)
++ $(CC) -shared -soname lib$(LIB).so.$(VERSION) -o lib$(LIB).so.$(VERSION) $(SOBJS) $(SCOBJS)
+
install:
+ $(INSTALL) lib$(LIB).a $(libdir)
OpenPOWER on IntegriCloud