diff options
author | nectar <nectar@FreeBSD.org> | 2001-02-21 20:43:20 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2001-02-21 20:43:20 +0800 |
commit | 1f0484fc4452da549f0d2b2418158be895dffb19 (patch) | |
tree | 01354e1986723c87360422cf189baec0742a0a9a /security | |
parent | 32c511821a28c2907af85a8b15d3e70349257c82 (diff) | |
download | freebsd-ports-gnome-1f0484fc4452da549f0d2b2418158be895dffb19.tar.gz freebsd-ports-gnome-1f0484fc4452da549f0d2b2418158be895dffb19.tar.zst freebsd-ports-gnome-1f0484fc4452da549f0d2b2418158be895dffb19.zip |
On older systems (pre-4.1.0-RELEASE or so), this port will install
its own ifaddrs.h. Update ${PLIST} accordingly.
Noticed by: assar
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 7938b84a9237..649059ab6cd8 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -92,6 +92,9 @@ pre-install: .if !defined(OPENSSL_IN_BASE) @${CAT} ${PKGDIR}/pkg-plist.des >> ${PLIST} .endif +.if !exists(/usr/include/ifaddrs.h) + @${ECHO} include/ifaddrs.h >> ${PLIST} +.endif # awful hack to avoid running automake after patching configure pre-configure: |