public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/ntfsprogs/files: ntfsprogs-2.0.0-gnutls-2.8.patch
@ 2009-05-29 23:52 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-05-29 23:52 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/05/29 23:52:01

  Added:                ntfsprogs-2.0.0-gnutls-2.8.patch
  Log:
  Fix building with >=net-libs/gnutls-2.7.1 (bug #268488).
  (Portage version: 13625-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-fs/ntfsprogs/files/ntfsprogs-2.0.0-gnutls-2.8.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfsprogs/files/ntfsprogs-2.0.0-gnutls-2.8.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/ntfsprogs/files/ntfsprogs-2.0.0-gnutls-2.8.patch?rev=1.1&content-type=text/plain

Index: ntfsprogs-2.0.0-gnutls-2.8.patch
===================================================================
--- libntfs/Makefile.am
+++ libntfs/Makefile.am
@@ -38,8 +38,8 @@
 	-DLTVERSION_LIBNTFS=\"$(LTVERSION_LIBNTFS)\"
 
 if ENABLE_CRYPTO
-libntfs_la_LDFLAGS += `libgnutls-config --libs` `pkg-config --libs libconfig`
-libntfs_la_CFLAGS += `libgnutls-config --cflags` `pkg-config --cflags libconfig`
+libntfs_la_LDFLAGS += `pkg-config --libs gnutls libconfig`
+libntfs_la_CFLAGS += `pkg-config --cflags gnutls libconfig`
 endif
 
 libntfs_la_SOURCES =	\
--- libntfs/Makefile.in
+++ libntfs/Makefile.in
@@ -61,8 +61,8 @@
 build_triplet = @build@
 host_triplet = @host@
 target_triplet = @target@
-@ENABLE_CRYPTO_TRUE@am__append_1 = `libgnutls-config --libs` `pkg-config --libs libconfig`
-@ENABLE_CRYPTO_TRUE@am__append_2 = `libgnutls-config --cflags` `pkg-config --cflags libconfig`
+@ENABLE_CRYPTO_TRUE@am__append_1 = `pkg-config --libs gnutls libconfig`
+@ENABLE_CRYPTO_TRUE@am__append_2 = `pkg-config --cflags gnutls libconfig`
 subdir = libntfs
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 	$(srcdir)/libntfs-gnomevfs.8.in $(srcdir)/libntfs.8.in \
--- ntfsprogs/Makefile.am
+++ ntfsprogs/Makefile.am
@@ -125,8 +125,8 @@
 if ENABLE_CRYPTO
 ntfsdecrypt_SOURCES	= ntfsdecrypt.c utils.c utils.h
 ntfsdecrypt_LDADD	= $(AM_LIBS)
-ntfsdecrypt_LDFLAGS	= $(AM_LFLAGS) `libgnutls-config --libs`
-ntfsdecrypt_CFLAGS	= `libgnutls-config --cflags`
+ntfsdecrypt_LDFLAGS	= $(AM_LFLAGS) `pkg-config --libs gnutls`
+ntfsdecrypt_CFLAGS	= `pkg-config --cflags gnutls`
 endif
 
 # Extra targets
--- ntfsprogs/Makefile.in
+++ ntfsprogs/Makefile.in
@@ -449,8 +449,8 @@
 ntfsdump_logfile_LDFLAGS = $(AM_LFLAGS)
 @ENABLE_CRYPTO_TRUE@ntfsdecrypt_SOURCES = ntfsdecrypt.c utils.c utils.h
 @ENABLE_CRYPTO_TRUE@ntfsdecrypt_LDADD = $(AM_LIBS)
-@ENABLE_CRYPTO_TRUE@ntfsdecrypt_LDFLAGS = $(AM_LFLAGS) `libgnutls-config --libs`
-@ENABLE_CRYPTO_TRUE@ntfsdecrypt_CFLAGS = `libgnutls-config --cflags`
+@ENABLE_CRYPTO_TRUE@ntfsdecrypt_LDFLAGS = $(AM_LFLAGS) `pkg-config --libs gnutls`
+@ENABLE_CRYPTO_TRUE@ntfsdecrypt_CFLAGS = `pkg-config --cflags gnutls`
 all: all-am
 
 .SUFFIXES:






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-29 23:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29 23:52 [gentoo-commits] gentoo-x86 commit in sys-fs/ntfsprogs/files: ntfsprogs-2.0.0-gnutls-2.8.patch Arfrever Frehtes Taifersar Arahesis (arfrever)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox