summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-06-21 00:01:38 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-06-21 00:01:38 +0000
commitb6a978dfb7b49ad7cea0e87f2c19eedae757b46f (patch)
treef8ecc172e591ec5148332d1454e653f9cbb086bd /app-crypt/pinentry/files
parentAdded ~amd64 keyword. (Manifest recommit) (diff)
downloadgentoo-2-b6a978dfb7b49ad7cea0e87f2c19eedae757b46f.tar.gz
gentoo-2-b6a978dfb7b49ad7cea0e87f2c19eedae757b46f.tar.bz2
gentoo-2-b6a978dfb7b49ad7cea0e87f2c19eedae757b46f.zip
Add qt compile fix submitted by Sebastian Trueg <trueg@informatik.uni-freiburg.de> in bug #54225. Also use emake and einstall.
Diffstat (limited to 'app-crypt/pinentry/files')
-rw-r--r--app-crypt/pinentry/files/digest-pinentry-0.7.1-r11
-rw-r--r--app-crypt/pinentry/files/qt-compile-fix.diff11
2 files changed, 12 insertions, 0 deletions
diff --git a/app-crypt/pinentry/files/digest-pinentry-0.7.1-r1 b/app-crypt/pinentry/files/digest-pinentry-0.7.1-r1
new file mode 100644
index 000000000000..f04ba84923c4
--- /dev/null
+++ b/app-crypt/pinentry/files/digest-pinentry-0.7.1-r1
@@ -0,0 +1 @@
+MD5 7861d63dea6434a5a05da84e83f209e6 pinentry-0.7.1.tar.gz 347047
diff --git a/app-crypt/pinentry/files/qt-compile-fix.diff b/app-crypt/pinentry/files/qt-compile-fix.diff
new file mode 100644
index 000000000000..977bfcc96dce
--- /dev/null
+++ b/app-crypt/pinentry/files/qt-compile-fix.diff
@@ -0,0 +1,11 @@
+--- pinentry-0.7.1-orig/work/pinentry-0.7.1/qt/Makefile.in 2004-06-17 22:54:09.951836096 +0200
++++ pinentry-0.7.1/work/pinentry-0.7.1/qt/Makefile.in 2004-06-17 22:54:35.495445940 +0200
+@@ -195,7 +195,7 @@
+ @FALLBACK_CURSES_FALSE@libcurses =
+ @FALLBACK_CURSES_TRUE@libcurses = ../pinentry/libpinentry-curses.a $(LIBCURSES) $(LIBICONV)
+
+-AM_CPPFLAGS = -I$(top_srcdir)/assuan -I$(top_srcdir)/secmem $(QT_INCLUDES) $(ncurses_include)
++AM_CPPFLAGS = -I$(top_srcdir)/pinentry -I$(top_srcdir)/assuan -I$(top_srcdir)/secmem $(QT_INCLUDES) $(ncurses_include)
+ AM_CXXFLAGS = $(QT_CXXFLAGS)
+ pinentry_qt_LDADD = $(QT_LIBS) $(libcurses) ../pinentry/libpinentry.a \
+ $(top_builddir)/assuan/libassuan.a \