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.', ); lass='sub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-14daemon: Install 'authenticate' script under LIBEXECDIR/guix....Ludovic Courtès
2018-09-06build: Remove -L flag when $LIBGCRYPT_LIBDIR is empty....Ludovic Courtès
2018-03-05build: Default to berlin.guixsd.org substitutes on aarch64....Ludovic Courtès
2018-03-05build: Always use https substitute URLs....Ludovic Courtès
2018-02-27build: Really build 'guix offload' when possible....Ludovic Courtès
2018-02-26build: Require Guile >= 2.0.13....Ludovic Courtès
2018-01-07daemon: Make libbz2 an optional dependency....Ludovic Courtès
2018-01-07daemon: Add gzip log compression....Ludovic Courtès
2017-02-06config-daemon.ac: detect host AR...Sergei Trofimovich
2016-11-25offload: Use Guile-SSH instead of GNU lsh....Ludovic Courtès
2016-11-16daemon: Add "builtin:download" derivation builder....Ludovic Courtès
2016-07-16build: Substitute URLs now default to "mirror.hydra.gnu.org" alone....Ludovic Courtès