diff options
author | 2004-06-22 02:56:05 +0000 | |
---|---|---|
committer | 2004-06-22 02:56:05 +0000 | |
commit | 115da52e0fa6aa5311998ed301dd721b28505af3 (patch) | |
tree | d60fc44aff6aa6868de72e5f0d65901c5912cad7 /app-pda/plucker/files | |
parent | fix HOMEPAGE (Manifest recommit) (diff) | |
download | gentoo-2-115da52e0fa6aa5311998ed301dd721b28505af3.tar.gz gentoo-2-115da52e0fa6aa5311998ed301dd721b28505af3.tar.bz2 gentoo-2-115da52e0fa6aa5311998ed301dd721b28505af3.zip |
Fix warnings and Makefile errors. Enable building of gtk viewer and desktop if USE=gtk
Diffstat (limited to 'app-pda/plucker/files')
-rw-r--r-- | app-pda/plucker/files/digest-plucker-1.8-r1 | 1 | ||||
-rw-r--r-- | app-pda/plucker/files/plucker-1.8-Makefile.in.patch | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/app-pda/plucker/files/digest-plucker-1.8-r1 b/app-pda/plucker/files/digest-plucker-1.8-r1 new file mode 100644 index 000000000000..742228ae131b --- /dev/null +++ b/app-pda/plucker/files/digest-plucker-1.8-r1 @@ -0,0 +1 @@ +MD5 ff4d0890ebdfd1a0f130530b67bafc0b plucker_src-1.8.tar.bz2 3134000 diff --git a/app-pda/plucker/files/plucker-1.8-Makefile.in.patch b/app-pda/plucker/files/plucker-1.8-Makefile.in.patch new file mode 100644 index 000000000000..c1306a3d955c --- /dev/null +++ b/app-pda/plucker/files/plucker-1.8-Makefile.in.patch @@ -0,0 +1,13 @@ +--- plucker-1.8/Makefile.in.agriffis 2003-10-12 07:02:17.000000000 -0400 ++++ plucker-1.8/Makefile.in 2004-06-21 22:30:34.167858106 -0400 +@@ -104,8 +104,8 @@ + cd $(TOOLS_DIR) ; $(MAKE) install-pluck_comics + + install-plucker-desktop: plucker-desktop +- @if test "$(BUILD_DESKTOP)" != "no"; then \ +- cd $(DESKTOP_DIR) ; $(MAKE) install \ ++ @if test "$(BUILD_DESKTOP)" != "no"; then \ ++ cd $(DESKTOP_DIR) ; $(MAKE) install ; \ + fi + + install-unpluck: unpluck |