Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 429100 | Differences between
and this patch

Collapse All | Expand All

(-)curl-7.27.0.orig/curl-config.in (-2 / +2 lines)
Lines 135-143 Link Here
135
          CPPFLAG_CURL_STATICLIB=""
135
          CPPFLAG_CURL_STATICLIB=""
136
        fi
136
        fi
137
       	if test "X@includedir@" = "X/usr/include"; then
137
       	if test "X@includedir@" = "X/usr/include"; then
138
          echo "$(CPPFLAG_CURL_STATICLIB)"
138
          echo "${CPPFLAG_CURL_STATICLIB}"
139
        else
139
        else
140
          echo "$(CPPFLAG_CURL_STATICLIB)-I@includedir@"
140
          echo "${CPPFLAG_CURL_STATICLIB}-I@includedir@"
141
        fi
141
        fi
142
       	;;
142
       	;;
143
143

Return to bug 429100