pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libevent



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Nov  6 15:48:15 UTC 2020

Modified Files:
        pkgsrc/devel/libevent: builtin.mk

Log Message:
libevent: Do not use empty prefix for builtin case


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/libevent/builtin.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libevent/builtin.mk
diff -u pkgsrc/devel/libevent/builtin.mk:1.20 pkgsrc/devel/libevent/builtin.mk:1.21
--- pkgsrc/devel/libevent/builtin.mk:1.20       Wed Feb 19 15:21:34 2020
+++ pkgsrc/devel/libevent/builtin.mk    Fri Nov  6 15:48:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.20 2020/02/19 15:21:34 triaxx Exp $
+# $NetBSD: builtin.mk,v 1.21 2020/11/06 15:48:15 ryoon Exp $
 
 BUILTIN_PKG:=  libevent
 
@@ -145,6 +145,7 @@ BLKDIR_PKGCFG=                      ${BUILDLINK_DIR}/lib/pk
 LIBEVENT_PKGCFGF=              libevent.pc
 LIBEVENT_OPENSSL_PKGCFGF=      libevent_openssl.pc
 LIBEVENT_PTHREADS_PKGCFGF=     libevent_pthreads.pc
+LIBEVENT_PREFIX=               ${BUILDLINK_PREFIX.libevent}
 
 override-libevent-pkgconfig: override-message-libevent-pkgconfig
 override-message-libevent-pkgconfig:



Home | Main Index | Thread Index | Old Index