FreeBSD Bugzilla – Attachment 55642 Details for
Bug 84046
[PATCH] lang/gdc: The default include path was corrected.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.07 KB, created by
Masanori OZAWA
on 2005-07-25 11:20:17 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Masanori OZAWA
Created:
2005-07-25 11:20:17 UTC
Size:
1.07 KB
patch
obsolete
>diff -u gdc.orig/Makefile gdc/Makefile >--- gdc.orig/Makefile Fri Jul 22 12:11:39 2005 >+++ gdc/Makefile Mon Jul 25 18:57:44 2005 >@@ -7,6 +7,7 @@ > > PORTNAME= gdc > PORTVERSION= 0.15 >+PORTREVISION= 1 > CATEGORIES= lang > MASTER_SITES= ${MASTER_SITE_GCC} \ > http://home.earthlink.net/~dvdfrdmn/d/:gdc >@@ -45,11 +46,12 @@ > .endif > > GXX_INC=${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${__GCC_VERSION}/include/c++/ >+GDC_INC=${PREFIX}/include/d/${__GCC_VERSION} > CONFIGURE_ARGS+=--disable-nls --with-system-zlib \ > --with-libiconv-prefix=${LOCALBASE} \ > --with-gxx-include-dir=${GXX_INC} \ > --disable-shared --prefix=${PREFIX} \ >- --enable-languages=c,d,c++ >+ --enable-languages=c,c++,d > MAKE_ARGS+= MAKEINFOFLAGS="--no-split" > GNU_CONFIGURE= yes > PLIST_SUB= __GCC_VER=${__GCC_VERSION} CONF_TARGET=${CONFIGURE_TARGET} >@@ -82,6 +84,9 @@ > @${REINPLACE_CMD} -e \ > 's|\(const char version_string.*\)";|\1 [FreeBSD]";|' \ > ${GCCDIR}/version.c >+ @${REINPLACE_CMD} -e \ >+ '/^gcc_d_include_dir/s|^.*$$|gcc_d_include_dir = ${GDC_INC}|' \ >+ ${GCCDIR}/d/Make-lang.in > > post-build: > .ifdef WITH_UNITTEST
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 84046
: 55642