diff options
author | Clement Laforet <clement@FreeBSD.org> | 2003-12-18 16:22:57 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2003-12-18 16:22:57 +0000 |
commit | ddd1452c7ac62d47428dca3c83407ebd87dc30cc (patch) | |
tree | e697a9df58e68a18184affca8245f6effc89981d /www/mod_layout/Makefile | |
parent | Update to 1.07 (diff) |
- Add CONFLICTS with apache-contrib-1.*
Approved by: erwin (mentor)
Diffstat (limited to 'www/mod_layout/Makefile')
-rw-r--r-- | www/mod_layout/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_layout/Makefile b/www/mod_layout/Makefile index f7dfb9c31deb..16bcf06f959f 100644 --- a/www/mod_layout/Makefile +++ b/www/mod_layout/Makefile @@ -16,6 +16,8 @@ COMMENT= Apache module to wrap served pages with a header and/or footer USE_APACHE= yes USE_REINPLACE= yes +CONFLICTS= mod_layout-4.* apache-contrib-1.* + CFLAGS+= -fPIC post-patch: |