diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-27 06:26:06 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-27 06:26:06 +0000 |
commit | 4278c0ec5842b17f69998b2ddb3a525979a39bbf (patch) | |
tree | fce37a7d9428c9be7524865d3ed06181c8bad263 /lang/ohugs | |
parent | f98d14f0730c21068cffe8149facb62e409c6798 (diff) |
Fix build, extra-patch-src_prelude.h was applied in the wrong case
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=417637
Diffstat (limited to 'lang/ohugs')
-rw-r--r-- | lang/ohugs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ohugs/Makefile b/lang/ohugs/Makefile index be487f31a508..33ec44fa86dd 100644 --- a/lang/ohugs/Makefile +++ b/lang/ohugs/Makefile @@ -29,6 +29,7 @@ LDFLAGS+= -lm -lreadline -lncurses USES+= tk CFLAGS+= -I${TK_INCLUDEDIR} -I${TCL_INCLUDEDIR} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -ltk${TK_SHLIB_VER} -ltcl${TCL_SHLIB_VER} -lTix8.4.3 +.else EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_prelude.h .endif |