fa55d66dfd
Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, it provides a separation between presentation code and application logic which makes working with your project easier. from markus@
13 lines
667 B
Plaintext
13 lines
667 B
Plaintext
$OpenBSD: patch-perl_Makefile_PL,v 1.1.1.1 2005/05/26 01:33:38 sturm Exp $
|
|
--- perl/Makefile.PL.orig Wed May 25 19:09:36 2005
|
|
+++ perl/Makefile.PL Wed May 25 19:09:44 2005
|
|
@@ -8,7 +8,7 @@ WriteMakefile(
|
|
($] >= 5.005 ? ## Add these new keywords supported since 5.005
|
|
(ABSTRACT_FROM => 'ClearSilver.pm', # retrieve abstract from module
|
|
AUTHOR => 'A. U. Thor <a.u.thor@a.galaxy.far.far.away>') : ()),
|
|
- 'LIBS' => ['-L../libs -lneo_cgi -lneo_cs -lneo_utl'],
|
|
+ 'LIBS' => ['-L../libs -lneo_cgi -lneo_cs -lneo_utl -lz'],
|
|
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
|
|
# Insert -I. if you add *.h files later:
|
|
'INC' => '-I../',
|