summaryrefslogtreecommitdiff
path: root/www/libproxy
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-05-31 09:45:55 +0000
committerwiz <wiz@pkgsrc.org>2013-05-31 09:45:55 +0000
commit101b8b81fba91edadbdb9901978830bce200c5b8 (patch)
tree0c0ffd226938abdb3735e111ce77174c4eb908fb /www/libproxy
parent76022a5e09121b614bac696f7e91f96c06cc55dd (diff)
downloadpkgsrc-101b8b81fba91edadbdb9901978830bce200c5b8.tar.gz
Fix previous. From Jörn Clausen.
Diffstat (limited to 'www/libproxy')
-rw-r--r--www/libproxy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libproxy/Makefile b/www/libproxy/Makefile
index 8cb24b91cd6..c5161c535e4 100644
--- a/www/libproxy/Makefile
+++ b/www/libproxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2013/05/31 08:41:55 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2013/05/31 09:45:55 wiz Exp $
DISTNAME= libproxy-0.4.11
CATEGORIES= www gnome
@@ -19,7 +19,7 @@ CMAKE_ARGS+= -DWITH_PYTHON:BOOL=OFF
.if (${OPSYS} == "SunOS")
# add libraries needed for Solaris, and add stuff cmake would add it on its own
-CMAKE_ARGS+= CMAKE_EXE_LINKER_FLAGS:STRING="-lnsl -lsocket ${COMPILER_RPATH_FLAG}${PREFIX}/lib"
+CMAKE_ARGS+= -DCMAKE_EXE_LINKER_FLAGS:STRING="-lnsl -lsocket ${COMPILER_RPATH_FLAG}${PREFIX}/lib"
.endif
PKGCONFIG_OVERRIDE+= bindings/csharp/libproxy-sharp-1.0.pc.cmake