FreeBSD Bugzilla – Attachment 21125 Details for
Bug 37084
Fix port: graphics/py-gd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 891 bytes, created by
Hye-Shik Chang
on 2002-04-15 04:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Hye-Shik Chang
Created:
2002-04-15 04:20:00 UTC
Size:
891 bytes
patch
obsolete
>diff -ruN py-gd.orig/Makefile py-gd/Makefile >--- py-gd.orig/Makefile Thu Mar 14 17:59:38 2002 >+++ py-gd/Makefile Mon Apr 15 12:08:37 2002 >@@ -16,7 +16,6 @@ > LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd > > USE_PYTHON= yes >-EXCMD= /usr/bin/ex > PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g} \ > EXAMPLE_DIR=${EXAMPLE_DIR:S,^${PREFIX}/,,g} > EXAMPLE_DIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} >@@ -26,10 +25,10 @@ > .endif > > post-patch: >- ${EXCMD} -c 's,^\(gd.*\)$$,\1 -I${LOCALBASE}/include/gd,g|wq!' ${WRKSRC}/Setup >- ${EXCMD} -c 's,-lttf,,g|wq!' ${WRKSRC}/Setup >+ ${PERL} -pi -e 's,^(gd.*)$$,\1 -I${LOCALBASE}/include/gd -L${LOCALBASE}/lib,g; s,-lttf,,g; s,/usr/X11R6,${X11BASE},g;' \ >+ ${WRKSRC}/Setup > .if defined(WITHOUT_X11) >- ${EXCMD} -c 's,-lX11 -lXpm,,g|wq!' ${WRKSRC}/Setup >+ ${PERL} -pi -e 's,-lX11 -lXpm,,g' ${WRKSRC}/Setup > .endif > > pre-build:
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 37084
: 21125