pkgsrc-WIP-changes archive

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

Ensure shared packages use the common patchdir.



Module Name:	pkgsrc-wip
Committed By:	Jonathan Perkin <jperkin%joyent.com@localhost>
Pushed By:	jperkin
Date:		Wed Apr 27 13:43:40 2016 +0100
Changeset:	ad9f2adbfe366ea148740c8fe75e34fefd830881

Modified Files:
	libindicator/Makefile.common

Log Message:
Ensure shared packages use the common patchdir.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ad9f2adbfe366ea148740c8fe75e34fefd830881

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

diffstat:
 libindicator/Makefile.common | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/libindicator/Makefile.common b/libindicator/Makefile.common
index d5c8172..98c6dfd 100644
--- a/libindicator/Makefile.common
+++ b/libindicator/Makefile.common
@@ -11,6 +11,7 @@ HOMEPAGE=	https://launchpad.net/libindicator
 LICENSE=	gnu-gpl-v3
 
 DISTINFO_FILE=	${.CURDIR}/../../wip/libindicator/distinfo
+PATCHDIR=	${.CURDIR}/../../wip/libindicator/patches
 
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes


Home | Main Index | Thread Index | Old Index