SHA256
1
0
forked from pool/libproxy
libproxy/libproxy-pkgconfig.patch
Magnus Boman 58268180f7 Accepting request 33619 from home:dimstar:branches:GNOME:Factory
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
2010-02-28 08:16:33 +00:00

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()