diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-05 15:37:36 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-11-05 15:37:36 +0000 |
commit | ae19160dccb4853858787fcd4dcf63a156681a0d (patch) | |
tree | c6aa902de5756ca6b8711d9f2a1a1a1e902225b9 /comms/hylafax | |
parent | 8c426bd36029bb5f2b9a09dc01e263631f0239cb (diff) | |
download | ports-ae19160dccb4853858787fcd4dcf63a156681a0d.tar.gz ports-ae19160dccb4853858787fcd4dcf63a156681a0d.zip |
Fix hylafax which I broke with my tiff34 changes earlier today.
Notes
Notes:
svn path=/head/; revision=8500
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 9aa572fb811c..36499fd91e81 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Apr 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.8 1996/11/17 03:00:42 obrien Exp $ +# $Id: Makefile,v 1.9 1997/05/29 06:49:15 asami Exp $ # DISTNAME= hylafax-v4.0pl1 @@ -48,6 +48,7 @@ SUID_EXES= ${PREFIX}/sbin/faxgetty ${PREFIX}/sbin/faxq \ pre-configure: @${RM} -f ${WRKSRC}/tiff.h @${RM} -f ${WRKSRC}/tiffio.h + @ln -s ${PREFIX}/include/tiff34.h ${WRKSRC}/tiff34.h @ln -s ${PREFIX}/include/tiff34.h ${WRKSRC}/tiff.h @ln -s ${PREFIX}/include/tiffio34.h ${WRKSRC}/tiffio.h |