pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnutls Craete libgnutls-extra-config in .buil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4863fec2172b
branches:  trunk
changeset: 567849:4863fec2172b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 26 14:18:26 2009 +0000

description:
Craete libgnutls-extra-config in .buildlink/bin, not the WRAPPER_DIR.

diffstat:

 security/gnutls/libgnutls-extra-config.mk |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 8c318e42ee53 -r 4863fec2172b security/gnutls/libgnutls-extra-config.mk
--- a/security/gnutls/libgnutls-extra-config.mk Thu Nov 26 14:11:44 2009 +0000
+++ b/security/gnutls/libgnutls-extra-config.mk Thu Nov 26 14:18:26 2009 +0000
@@ -1,18 +1,18 @@
-# $NetBSD: libgnutls-extra-config.mk,v 1.1 2009/07/03 11:00:05 drochner Exp $
+# $NetBSD: libgnutls-extra-config.mk,v 1.2 2009/11/26 14:18:26 joerg Exp $
 
 # Makefile intended to be included by packages that need
 # "libgnutls-extra-config" during build time.
 
 USE_TOOLS+=    pkg-config
 
-pre-configure: ${WRAPPER_DIR}/bin/libgnutls-extra-config
+pre-configure: hack-libgnutls-extra-config
 
-${WRAPPER_DIR}/bin/libgnutls-extra-config:
+hack-libgnutls-extra-config:
        ${PRINTF} "#! ${SH}\\n\
          case \$$1 in\\n\
          --cflags|--libs) pkg-config \$$1 gnutls-extra;;\\n\
          --version) pkg-config --modversion gnutls-extra;;\\n\
          *) exit 1;;\\n\
          esac\\n\
-       " > ${.TARGET}
-       ${CHMOD} +x ${.TARGET}
+       " > ${BUILDLINK_DIR}/bin/libgnutls-extra-config
+       ${CHMOD} +x ${BUILDLINK_DIR}/bin/libgnutls-extra-config



Home | Main Index | Thread Index | Old Index