diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-06-10 15:34:21 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-06-10 15:34:43 +0300 |
commit | 7e1be4e56ca4c31c8e6040c470d2829c83993803 (patch) | |
tree | 6b716b53bf246f832b1b95e5e06284cb572392d5 /community/fbida/no-pdf.patch | |
parent | 701ef7193e5b6a27906646cf2af68dbba3112080 (diff) | |
download | aports-7e1be4e56ca4c31c8e6040c470d2829c83993803.tar.bz2 aports-7e1be4e56ca4c31c8e6040c470d2829c83993803.tar.xz |
community/fbida: moved from testing
Diffstat (limited to 'community/fbida/no-pdf.patch')
-rw-r--r-- | community/fbida/no-pdf.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/community/fbida/no-pdf.patch b/community/fbida/no-pdf.patch new file mode 100644 index 0000000000..32c63797ce --- /dev/null +++ b/community/fbida/no-pdf.patch @@ -0,0 +1,29 @@ +--- a/GNUmakefile 2016-04-05 12:59:50.000000000 +0300 ++++ b/GNUmakefile 2016-06-10 10:31:08.242069624 +0300 +@@ -15,7 +15,7 @@ + PKGS_IDA := libexif + PKGS_FBI := freetype2 fontconfig libdrm libexif + PKGS_FBPDF := libdrm poppler-glib gbm epoxy cairo-gl +-HAVE_DEPS := $(shell $(PKG_CONFIG) $(PKGS_FBI) $(PKGS_FBPDF) && echo yes) ++HAVE_DEPS := $(shell $(PKG_CONFIG) $(PKGS_FBI) && echo yes) + + ifeq ($(HAVE_LINUX_FB_H),yes) + ifneq ($(HAVE_DEPS),yes) +@@ -39,7 +39,7 @@ + # what to build + TARGETS := exiftran thumbnail.cgi + ifeq ($(HAVE_LINUX_FB_H),yes) +- TARGETS += fbi fbpdf kbdtest ++ TARGETS += fbi kbdtest + endif + ifeq ($(HAVE_MOTIF),yes) + TARGETS += ida +@@ -250,7 +250,7 @@ + ifeq ($(HAVE_LINUX_FB_H),yes) + $(INSTALL_BINARY) fbi $(bindir) + $(INSTALL_SCRIPT) fbgs $(bindir) +- $(INSTALL_SCRIPT) fbpdf $(bindir) ++ #$(INSTALL_SCRIPT) fbpdf $(bindir) + $(INSTALL_DATA) $(srcdir)/fbi.man $(mandir)/man1/fbi.1 + $(INSTALL_DATA) $(srcdir)/fbgs.man $(mandir)/man1/fbgs.1 + endif |