441b7b85db
- Bump PKGNAME and library major number - Adjust devel/gettext dependency - Don't use included libintl headers - Don't build tests MAINTAINER timeout help & ok naddy@
21 lines
753 B
Plaintext
21 lines
753 B
Plaintext
$OpenBSD: patch-libexif_Makefile_in,v 1.1 2005/02/09 01:03:50 alek Exp $
|
|
--- libexif/Makefile.in.orig Tue Jan 7 17:43:19 2003
|
|
+++ libexif/Makefile.in Tue Feb 1 20:02:38 2005
|
|
@@ -117,7 +117,6 @@ INCLUDES = \
|
|
-DLIBEXIF_LOCALEDIR=\""$(datadir)/locale"\" \
|
|
-I$(top_srcdir)/libexif \
|
|
-I$(top_srcdir)/libjpeg \
|
|
- -I$(top_srcdir)/intl \
|
|
-I$(top_srcdir)
|
|
|
|
|
|
@@ -234,7 +233,7 @@ clean-libLTLIBRARIES:
|
|
rm -f "$${dir}/so_locations"; \
|
|
done
|
|
libexif.la: $(libexif_la_OBJECTS) $(libexif_la_DEPENDENCIES)
|
|
- $(LINK) -rpath $(libdir) $(libexif_la_LDFLAGS) $(libexif_la_OBJECTS) $(libexif_la_LIBADD) $(LIBS)
|
|
+ $(LINK) -rpath $(libdir) $(libexif_la_LDFLAGS) $(libexif_la_OBJECTS) $(LIBS)
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.$(OBJEXT) core *.core
|