Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 211964 Details for
Bug 295634
[gnustep overlay] SOPE SVN ebuilds
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/sope-r1660-configure.patch
sope-r1660-configure.patch (text/plain), 1.86 KB, created by
steveb
on 2009-12-04 10:31:56 UTC
(
hide
)
Description:
files/sope-r1660-configure.patch
Filename:
MIME Type:
Creator:
steveb
Created:
2009-12-04 10:31:56 UTC
Size:
1.86 KB
patch
obsolete
>--- configure.orig 2009-08-05 11:01:01.000000000 +0200 >+++ configure 2009-11-24 19:45:01.286568538 +0100 >@@ -15,7 +15,7 @@ > ARG_NOCREATE=0 > ARG_PREFIX="" > ARG_FRAMEWORK_DIR="" >-ARG_GSMAKE="$GNUSTEP_MAKEFILES" >+ARG_GSMAKE=`gnustep-config --variable=GNUSTEP_MAKEFILES` > ARG_CFGMAKE="$PWD/config.make" > ARG_WITH_GNUSTEP=0 > ARG_WITH_DEBUG=1 >@@ -389,6 +389,11 @@ > cd $tmpdir > cp ../maintenance/dummytool.c . > >+ local OLDLIBS="${OLDLIBS}" >+ for LIB in $1;do >+ LIBS="$LIBS -l${LIB}" >+ done >+ > tmpmake="GNUmakefile" > echo >$tmpmake "include ../config.make" > echo >>$tmpmake "include \$(GNUSTEP_MAKEFILES)/common.make" >@@ -403,16 +408,24 @@ > LINK_RESULT=$? > > if test $LINK_RESULT = 0; then >- echo "$2 library found: $1" >- cfgwrite "HAS_LIBRARY_$1=yes" >+ for LIB in $1;do >+ echo "$2 library found: ${LIB}" >+ cfgwrite "HAS_LIBRARY_${LIB}=yes" >+ done > else > if test "x$2" = "xrequired"; then >- echo "failed to link $2 library: $1" >+ for LIB in $1;do >+ echo "failed to link $2 library: ${LIB}" >+ cfgwrite "HAS_LIBRARY_${LIB}=no" >+ done > rm ../config.make > exit 1 > else >- echo "failed to link $2 library: $1" >- cfgwrite "HAS_LIBRARY_$1=no" >+ for LIB in $1;do >+ echo "failed to link $2 library: ${LIB}" >+ cfgwrite "HAS_LIBRARY_${LIB}=no" >+ done >+ LIBS="${OLDLIBS}" > fi > fi > >@@ -425,7 +438,11 @@ > cfgwrite "# library dependencies" > checkLinking "xml2" optional; > checkLinking "ldap" optional; >- checkLinking "ssl" required; # TODO: make optional >+ if [ `uname` = "OpenBSD" ];then >+ checkLinking "ssl crypt" required; # TODO: make optional >+ else >+ checkLinking "ssl" required; # TODO: make optional >+ fi > checkLinking "pq" optional; > checkLinking "sqlite3" optional; > checkLinking "mysqlclient" optional;
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 295634
:
211962
|
211964
|
211966
|
211967
|
211969
|
211971
|
211973
|
211975
|
211977
|
211979
|
211980
|
211981
|
211982
|
211983
|
211984
|
211985
|
212043
|
212045
|
212046
|
215373
|
215374
|
215614
|
215616
|
215617
|
215638
|
215640
|
215641
|
216230
|
216231