FreeBSD Bugzilla – Attachment 66237 Details for
Bug 97952
[MAINTAINER] www/mimetex: add WITH_STATIC knob
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mimetex-1.60_1.patch
mimetex-1.60_1.patch (text/plain), 633 bytes, created by
Nicola Vitale
on 2006-05-26 09:50:09 UTC
(
hide
)
Description:
mimetex-1.60_1.patch
Filename:
MIME Type:
Creator:
Nicola Vitale
Created:
2006-05-26 09:50:09 UTC
Size:
633 bytes
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/www/mimetex/Makefile /usr/ports/www/mimetex.with_static/Makefile >--- /usr/ports/www/mimetex/Makefile Thu May 11 23:20:22 2006 >+++ /usr/ports/www/mimetex.with_static/Makefile Fri May 26 10:34:11 2006 >@@ -28,9 +28,14 @@ > CGI_PRG= ${PORTNAME}.cgi > WWW_DIR= ${PREFIX}/www/data/mimetex/ > >+# usefull if you run mimetex on another machine >+.if defined(WITH_STATIC) >+STATIC_MIMETEX= -static >+.endif >+ > do-build: > cd ${WRKDIR};\ >- ${CC} ${CFLAGS} -DAA mimetex.c gifsave.c -lm -o ${CGI_PRG} >+ ${CC} ${CFLAGS} ${STATIC_MIMETEX} -DAA mimetex.c gifsave.c -lm -o ${CGI_PRG} > > do-install: > ${MKDIR} ${CGI_BIN}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 97952
: 66237