commit: fa3833ddd2a83c8bc49f4d3409288b0186c37173 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Jul 28 13:29:01 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Tue Jul 28 18:19:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3833dd
media-gfx/jhead: remove unused patch Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16873 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> media-gfx/jhead/files/Makefile | 44 ------------------------------------------ 1 file changed, 44 deletions(-) diff --git a/media-gfx/jhead/files/Makefile b/media-gfx/jhead/files/Makefile deleted file mode 100644 index 5f1d9799a42..00000000000 --- a/media-gfx/jhead/files/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -#-------------------------------- -# jhead makefile for Unix -# this make file also creates libjhead for meshlab -#-------------------------------- -OBJ=. -SRC=. -AR = ar cqs -LFLAGS = -shared -Wl,-soname,libjhead.so.1 - -objs = $(OBJ)/jhead.o $(OBJ)/jpgfile.o $(OBJ)/jpgqguess.o $(OBJ)/paths.o \ - $(OBJ)/exif.o $(OBJ)/iptc.o $(OBJ)/gpsinfo.o $(OBJ)/makernote.o - -TARGET = libjhead.so.1.0.0 -TARGET0 = libjhead.so -TARGET1 = libjhead.so.1 -TARGET2 = libjhead.so.1.0 - -all: jhead $(TARGET) - -$(OBJ)/%.o:$(SRC)/%.c - ${CC} -fPIC $(CFLAGS) -c $< -o $@ - -jhead: $(objs) jhead.h - ${CC} ${LDFLAGS} -o jhead $(objs) -lm - -clean: - rm -f $(objs) jhead ${TARGET} ${TARGETA} ${TARGET0} ${TARGETD} \ - ${TARGET1} ${TARGET2} - -install: - cp jhead ${DESTDIR}/usr/bin/ - cp ${TARGET} ${DESTDIR}/usr/lib/ - cp jhead ${DESTDIR}/usr/bin/ - cp ${TARGET0} ${DESTDIR}/usr/lib/ - cp ${TARGET1} ${DESTDIR}/usr/lib/ - cp ${TARGET2} ${DESTDIR}/usr/lib/ - -$(TARGET): $(objs) jhead - ${CC} $(LDFLAGS) $(LFLAGS) -o $(TARGET) $(objs) - ln -s ${TARGET} ${TARGET0} - ln -s ${TARGET} ${TARGET1} - ln -s ${TARGET} ${TARGET2} - -
