]> git.pld-linux.org Git - packages/perl-cdk.git/commitdiff
- changed cdk.h path in include directive (according to cdk-includes.patch)
authormis <mis@pld-linux.org>
Thu, 19 Apr 2001 10:40:15 +0000 (10:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 3

Changed files:
    perl-cdk.spec -> 1.3

perl-cdk.spec

index cd187adcb11858926467fce282f558951b36c6f0..015fcd551954b6e7547bd2e7810b377436b8d4a4 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Perl extensions for CDK
 Summary(pl):   Rozszerzenie Perl dla CDK
 Name:          perl-cdk
 Version:       20010107
-Release:       2
+Release:       3
 License:       distributable 
 Group:         Development/Languages/Perl
 Group(de):     Entwicklung/Sprachen/Perl
@@ -26,7 +26,8 @@ extension.
 
 %build
 perl -pi -e 's|/local/|/|g' Makefile.PL
-perl -pi -e "s|'INC'\s*=>.*|'INC'=> '-I/usr/include/cdk -I/usr/include/ncurses',|" Makefile.PL
+perl -pi -e 's|<cdk.h>|<cdk/cdk.h>|g' Cdk.xs
+perl -pi -e "s|'INC'\s*=>.*|'INC'=> '-I/usr/include/ncurses',|" Makefile.PL
 find demos examples fulldemo -type f | xargs perl -pi -e 's|#.*?perl|#!/usr/bin/perl|g'
 
 perl Makefile.PL 
This page took 0.033355 seconds and 4 git commands to generate.