diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-07-02 09:28:48 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-07-02 09:28:48 +0000 |
commit | 84b6ac392862370ccf4ae6ae9f92eaf16a548cf5 (patch) | |
tree | 68cca6004c3851230e5d0ffb774c0e1fc3b6ba88 /graphics/exiv2/files | |
parent | 09641c3f33e8bc62fb57714ceab687d6c0cbde21 (diff) |
Notes
Diffstat (limited to 'graphics/exiv2/files')
-rw-r--r-- | graphics/exiv2/files/patch-src_Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/exiv2/files/patch-src_Makefile b/graphics/exiv2/files/patch-src_Makefile deleted file mode 100644 index 2ae009aefc2d..000000000000 --- a/graphics/exiv2/files/patch-src_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.orig Sat Dec 16 19:35:51 2006 -+++ src/Makefile Sat Dec 16 19:39:49 2006 -@@ -242,7 +242,7 @@ - bin: lib $(BINARY) $(EXIV2BIN) $(MCBIN) path-test - - lib: $(OBJ) -- $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) $(LOBJ) -o $(LIBRARY) -rpath $(libdir) -release $(EXIV2_VERSION) $(LIBS) -+ $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) $(LOBJ) -o $(LIBRARY) -rpath $(libdir) -version-number $(subst .,:,$(EXIV2_VERSION)) $(LIBS) - @touch lib - - path-test: path-test.o utils.o |