]> git.pld-linux.org Git - packages/perl-Tk.git/commitdiff
- release 3
authormguevara <mguevara@pld-linux.org>
Thu, 4 Jan 2001 08:52:36 +0000 (08:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changed include of <default.h> to "default.h" in pTk/tixDef.h
  (this file is created during perl Makefile.PL) this should
  solve make problems with undefined WHITE BLACK and ...
- build tested with perl 5.6

Changed files:
    perl-Tk.spec -> 1.14

perl-Tk.spec

index 924824fb3405e5e12f43d8bdc3561509e20b7df2..d1034997faf030f963320e962aaceb0a64210b32 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Tk perl module
 Summary(pl):   Modu³ perla Tk
 Name:          perl-Tk
 Version:       800.022
-Release:       2
+Release:       3
 License:       GPL
 Group:         Development/Languages/Perl
 Group(de):     Entwicklung/Sprachen/Perl
@@ -34,7 +34,8 @@ wykorzystaniem GUI Tk.
 
 %build
 perl Makefile.PL
-%{__make} OPTIMIZE="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
+perl -i -p -e 's/<default.h>/"default.h"/g' pTk/tixDef.h
+%{__make} OPTIMIZE="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.057122 seconds and 4 git commands to generate.