diff options
Diffstat (limited to 'www/cheetah')
-rw-r--r-- | www/cheetah/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/cheetah/Makefile b/www/cheetah/Makefile index c4e2b4b08156..2a38da99b2d5 100644 --- a/www/cheetah/Makefile +++ b/www/cheetah/Makefile @@ -24,6 +24,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFLICTS= py??-cheetah-[0-9]* + post-patch: @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure |