ports/graphics/libpgf/files/patch-Makefile.am
Max Brazhnikov 3b283a57f4 Add new port graphics/libpgf (prerequisite for digikam update):
The Progressive Graphics File (PGF) is an efficient image file format that is
based on a fast, discrete wavelet transform with progressive coding features.
PGF can be used for lossless and lossy compression.

WWW: http://www.libpgf.org

Submitted by:	Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
2012-07-30 20:19:18 +00:00

26 lines
663 B
Text

--- ./Makefile.am.orig 2012-06-05 08:24:12.000000000 -0400
+++ ./Makefile.am 2012-06-05 08:26:55.000000000 -0400
@@ -1,9 +1,9 @@
SUBDIRS = src include
-if HAS_DOXYGEN
-SUBDIRS += doc
-endif
+#if HAS_DOXYGEN
+#SUBDIRS += doc
+#endif
PACKAGE = @PACKAGE@
VERSION = @VERSION@
@@ -20,8 +20,8 @@
RPMRELEASE=$(PACKAGE_RELEASE)
install-data-local:: $(PACKAGE).pc
- $(mkinstalldirs) $(DESTDIR)$(libdir)/pkgconfig
- $(INSTALL) -m 644 $(PACKAGE).pc $(DESTDIR)$(libdir)/pkgconfig/$(PACKAGE).pc
+ $(mkinstalldirs) $(DESTDIR)$(prefix)/libdata/pkgconfig
+ $(INSTALL) -m 644 $(PACKAGE).pc $(DESTDIR)$(prefix)/libdata/pkgconfig/$(PACKAGE).pc
.PHONY: ChangeLog