pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/exiv2
Module Name: pkgsrc
Committed By: nia
Date: Wed Jul 31 09:47:20 UTC 2019
Modified Files:
pkgsrc/graphics/exiv2: Makefile
Log Message:
exiv2: add -fPIC to maybe help the errors coming from the Solaris linker
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/exiv2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/exiv2/Makefile
diff -u pkgsrc/graphics/exiv2/Makefile:1.43 pkgsrc/graphics/exiv2/Makefile:1.44
--- pkgsrc/graphics/exiv2/Makefile:1.43 Wed Jul 31 09:16:26 2019
+++ pkgsrc/graphics/exiv2/Makefile Wed Jul 31 09:47:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2019/07/31 09:16:26 nia Exp $
+# $NetBSD: Makefile,v 1.44 2019/07/31 09:47:20 nia Exp $
DISTNAME= exiv2-0.27.2-Source
PKGNAME= ${DISTNAME:S/-Source//}
@@ -25,6 +25,8 @@ CMAKE_ARGS+= -DIntl_INCLUDE_DIR=${BUILDL
LDFLAGS.Linux+= -ldl
LDFLAGS.SunOS+= -lsocket -lnsl
+CXXFLAGS.SunOS+= -fPIC
+
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE= config/exiv2.pc.in
Home |
Main Index |
Thread Index |
Old Index