FreeBSD Bugzilla – Attachment 24712 Details for
Bug 42206
[patch] make ports/java GNOMENG aware
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.24 KB, created by
edwin
on 2002-08-30 13:00:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
edwin
Created:
2002-08-30 13:00:07 UTC
Size:
1.24 KB
patch
obsolete
>--- java/sablevm/Makefile.old Fri Aug 30 21:53:53 2002 >+++ java/sablevm/Makefile Fri Aug 30 21:56:58 2002 >@@ -29,7 +29,10 @@ > PLIST_SUB= PORTVERSION=${PORTVERSION} > CONFIGURE_ENV= CFLAGS="-D_P1003_1B_VISIBLE -pthread -I${PREFIX}/include -L${PREFIX}/lib" > # Uncomment to force gnome dependency >-#USE_GNOMELIBS= yes >+.if defined(WITH_GNOMELIBS) >+USE_GNOMENG= yes >+USE_GNOME= gnomelibs >+.endif > > # Directories for the three SableVM source components > SABLEVMDIR= ${PORTNAME}-${PORTVERSION} >@@ -37,7 +40,7 @@ > CLASSESDIR= ${PORTNAME}-class-library-${PORTVERSION} > > # Conditionally compile the gnome-dependent stuff >-.if !defined(USE_GNOMELIBS) && !exists(${X11BASE}/include/gnome-1.0/libart_lgpl/art_misc.h) >+.if !defined(WITH_GNOMELIBS) && !exists(${X11BASE}/include/gnome-1.0/libart_lgpl/art_misc.h) > EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aa ${PATCHDIR}/extra-patch-ab > pre-fetch: > @${ECHO} '' >@@ -47,7 +50,7 @@ > @${ECHO} '***' Therefore, SableVM will be built without graphics > @${ECHO} '***' support. If you would like to install the Gnome > @${ECHO} '***' libraries to include graphics support, hit Control-C >- @${ECHO} '***' now and type \'make USE_GNOMELIBS=yes\'. >+ @${ECHO} '***' now and type \'make WITH_GNOMELIBS=yes\'. > @${ECHO} '***' > @${ECHO} '' > @sleep 3
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 42206
: 24712