summaryrefslogtreecommitdiffstats
path: root/extra/p5-tk
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-22 18:02:51 +0100
committersibel <lesibel@free.fr>2011-01-22 18:02:51 +0100
commitb7321acd8e7aea5a4faa30cd0ca5e7de038d1a55 (patch)
tree45e0ef5d778be6ddc47e7a61a92f4c0e0e072a6f /extra/p5-tk
parentca5e56d4e7036e3f516144f0f36887e5039e2702 (diff)
downloadnutyx-extra-b7321acd8e7aea5a4faa30cd0ca5e7de038d1a55.tar.gz
nutyx-extra-b7321acd8e7aea5a4faa30cd0ca5e7de038d1a55.tar.bz2
nutyx-extra-b7321acd8e7aea5a4faa30cd0ca5e7de038d1a55.tar.xz
nutyx-extra-b7321acd8e7aea5a4faa30cd0ca5e7de038d1a55.zip
p5-tk, correction port 804.029-3
Diffstat (limited to 'extra/p5-tk')
-rw-r--r--extra/p5-tk/Pkgfile8
1 files changed, 2 insertions, 6 deletions
diff --git a/extra/p5-tk/Pkgfile b/extra/p5-tk/Pkgfile
index de93b19f0..f9fc4c428 100644
--- a/extra/p5-tk/Pkgfile
+++ b/extra/p5-tk/Pkgfile
@@ -7,19 +7,15 @@
name=p5-tk
version=804.029
-release=2
+release=3
source=(http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Tk-$version.tar.gz)
build() {
unset MAKEFLAGS
cd Tk-$version
-
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- /bin/chmod -R u+w *
# The Xlib header is wrong...
sed -i 's/XKeycodeToKeysym\(.*\)unsigned int/XKeycodeToKeysym\1KeyCode/' pTk/Xlib.h
-
- perl Makefile.PL
+ perl Makefile.PL
make OPTIMIZE="${CFLAGS}"
make DESTDIR=$PKG install
find $PKG \