Description: Use the markdown library provided by the libmarkdown2 package. Author: Alessandro Ghedini Origin: vendor Forwarded: not-needed Last-Update: 2012-01-01 --- a/Makefile.PL +++ b/Makefile.PL @@ -57,12 +57,6 @@ -sub MY::postamble { - return sprintf(' -$(MYEXTLIB): - %s -', qq{( cd $extdir; CC='cc -fPIC' sh configure.sh; make )\n}); -} WriteMakefile( NAME => 'Text::Markdown::Discount', @@ -71,8 +65,6 @@ ($] >= 5.005 ? (ABSTRACT_FROM => 'lib/Text/Markdown/Discount.pm', AUTHOR => 'Masayoshi Sekimura ') : ()), - LIBS => '-L' . $extdir, - INC => '-I. -I' . $extdir, - MYEXTLIB => $myextlib, - clean => { FILES => $clean_files }, + LIBS => '-lmarkdown', + INC => '-I.', ); Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-21tests: Fix checks for expected failures....Eric Bavier
2022-10-22tests: 'guix build --with-commit' output no longer refers to the tag ID....Ludovic Courtès
2020-09-28tests: Simplify shell exit status negation;...Eric Bavier
2020-04-04tests: Adjust '--with-commit' test for tags....Ludovic Courtès
2019-09-04tests: Adjust '--with-commit' test....Ludovic Courtès
2019-07-26git: 'switch-to-ref' resolves tag targets....Ludovic Courtès
2019-07-26git: <git-checkout> allows tags in its 'commit' field....Ludovic Courtès
2018-11-30git: Nicely report '--with-commit' errors....Ludovic Courtès
2018-11-30guix build: Add '--with-commit'....Ludovic Courtès
2018-11-30guix build: Add '--with-branch' transformation option....Ludovic Courtès