aboutsummaryrefslogtreecommitdiff
path: root/net/libproxy
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-02-01 15:04:00 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-02-01 15:04:00 +0000
commit05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a (patch)
tree758c70cb6bd64afa6adeaa071d49dba91d5ddd9e /net/libproxy
parent529da1f624ebb1bb70abcbb89c800c11cb6687fb (diff)
downloadports-05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a.tar.gz
ports-05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a.zip
Notes
Diffstat (limited to 'net/libproxy')
-rw-r--r--net/libproxy/files/patch-utils-CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libproxy/files/patch-utils-CMakeLists.txt b/net/libproxy/files/patch-utils-CMakeLists.txt
index 014f04d42c18..4cc3ae1c75cc 100644
--- a/net/libproxy/files/patch-utils-CMakeLists.txt
+++ b/net/libproxy/files/patch-utils-CMakeLists.txt
@@ -5,4 +5,4 @@
add_executable(proxy proxy.c)
target_link_libraries(proxy libproxy)
+set(CMAKE_C_COMPILER ${CMAKE_CXX_COMPILER})
- install(TARGETS proxy RUNTIME DESTINATION ${BIN_INSTALL_DIR}) \ No newline at end of file
+ install(TARGETS proxy RUNTIME DESTINATION ${BIN_INSTALL_DIR})