forked from pool/libproxy
Copy from home:dimstar:branches:GNOME:Factory/libproxy via accept of submit request 33619 revision 12. Request was accepted with message: OBS-URL: https://build.opensuse.org/request/show/33619 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=34
14 lines
441 B
Diff
14 lines
441 B
Diff
Index: libproxy-0.4.0/libproxy/CMakeLists.txt
|
|
===================================================================
|
|
--- libproxy-0.4.0.orig/libproxy/CMakeLists.txt
|
|
+++ libproxy-0.4.0/libproxy/CMakeLists.txt
|
|
@@ -137,7 +137,7 @@ message("")
|
|
|
|
### Misc files
|
|
# PkgConfig file
|
|
-if(NOT ${WIN32})
|
|
+if(NOT WIN32)
|
|
configure_file(libproxy-1.0.pc.in libproxy-1.0.pc @ONLY)
|
|
install(FILES libproxy-1.0.pc DESTINATION ${libdir}/pkgconfig)
|
|
endif()
|