Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:libraries:c_c++
w3c-libwww
w3c-libwww-5.4.1-incdir.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File w3c-libwww-5.4.1-incdir.patch of Package w3c-libwww
diff -urNp libwww.orig/libwww-config.in libwww/libwww-config.in --- libwww.orig/libwww-config.in 2008-12-02 22:15:32.013554517 +0530 +++ libwww/libwww-config.in 2008-12-15 02:05:16.744796267 +0530 @@ -45,7 +45,11 @@ while test $# -gt 0; do echo @VERSION@ ;; --cflags) - echo -I@includedir@ -I@includedir@/@PACKAGE@ @DEFS@ + if [ "@includedir@" != "@prefix@/include" ]; then + echo -I@includedir@ -I@includedir@/@PACKAGE@ @DEFS@ + else + echo -I@includedir@/@PACKAGE@ @DEFS@ + fi ;; --libs) echo -L@libdir@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp @LWWWXML@ -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LWWWSSL@ @LIBS@
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor