diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-24 22:11:10 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-24 22:11:10 +0000 |
commit | dcfdde5594f0ad783ba24060d1f2344c2122b909 (patch) | |
tree | fb43127c28b3be26ed80269420e8077910585930 /graphics/exiv2/files/patch-src_Makefile | |
parent | - Backport a word around from xmms2-devel.git to make the python bindings (diff) |
- Install a versioned lib
PR: 96853
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Notes
Notes:
svn path=/head/; revision=163323
Diffstat (limited to 'graphics/exiv2/files/patch-src_Makefile')
-rw-r--r-- | graphics/exiv2/files/patch-src_Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/exiv2/files/patch-src_Makefile b/graphics/exiv2/files/patch-src_Makefile new file mode 100644 index 000000000000..7617261e99af --- /dev/null +++ b/graphics/exiv2/files/patch-src_Makefile @@ -0,0 +1,11 @@ +--- src/Makefile.orig Fri May 5 11:46:42 2006 ++++ src/Makefile Fri May 5 11:47:15 2006 +@@ -199,7 +199,7 @@ + bin: lib $(BINARY) $(EXIV2BIN) $(MCBIN) path-test + + lib: $(OBJ) +- $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) $(LOBJ) -o $(LIBRARY) -rpath $(libdir) -release $(EXIV2_VERSION) ++ $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) $(LOBJ) -o $(LIBRARY) -rpath $(libdir) -version-number $(subst .,:,$(EXIV2_VERSION)) + @touch lib + + path-test: path-test.o utils.o |