diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-18 14:39:16 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-18 14:39:16 +0000 |
commit | c705fbb6c96ab8ce79d694637c343f0e63aa6d22 (patch) | |
tree | c0f6dbac5f14cf554c9f0414cef19efb51394242 /converters/uulib/files/patch-aa | |
parent | Add p5-XML-DifferenceMarkup 0.09, (diff) |
- Update to 0.5.19
PR: 61518
Submitted by: Ports Fury
Approved by: erwin (mentor) (implicitly)
Notes
Notes:
svn path=/head/; revision=98472
Diffstat (limited to 'converters/uulib/files/patch-aa')
-rw-r--r-- | converters/uulib/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/converters/uulib/files/patch-aa b/converters/uulib/files/patch-aa index cf26a1cde72d..611445c20239 100644 --- a/converters/uulib/files/patch-aa +++ b/converters/uulib/files/patch-aa @@ -14,13 +14,13 @@ -$(RANLIB) $@ +SOBJS= $(UULIB_OBJ:.o=.so) -+libuu.so.2.0: $(SOBJS) ++libuu.so.3.0: $(SOBJS) + rm -f $(.TARGET) -+ ld -Bshareable -x -o libuu.so.2.0 `lorder $(SOBJS) | tsort -q` ++ ld -Bshareable -x -o libuu.so.3.0 `lorder $(SOBJS) | tsort -q` + -+libuu.so.2: $(SOBJS) ++libuu.so.3: $(SOBJS) + rm -f $(.TARGET) -+ $(CC) -shared -Wl,-x,-soname,libuu.so.2 -o libuu.so.2 $(SOBJS) ++ $(CC) -shared -Wl,-x,-soname,libuu.so.3 -o libuu.so.3 $(SOBJS) + +.c.so: + $(CC) -fpic -DPIC -c -o $(.TARGET) $(CFLAGS) $(VDEF) $(.IMPSRC) |