mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add a patch to make imake compatible with upcoming make(1) fixes.
Submitted by: Harti Brandt <brandt at fokus.fraunhofer.de>
This commit is contained in:
parent
3a6b07ce9e
commit
f8afd36f58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105134
2 changed files with 13 additions and 1 deletions
12
devel/imake-4/files/patch-Imakefile
Normal file
12
devel/imake-4/files/patch-Imakefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- ../Imakefile Wed Mar 24 19:16:46 2004
|
||||
+++ ../Imakefile Wed Mar 24 19:17:07 2004
|
||||
@@ -30,8 +30,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
- SUBDIRS = include config lib $(NLSSUBDIR) \
|
||||
- programs $(FONTSDIR) $(DOCSDIR)
|
||||
+ SUBDIRS = include config
|
||||
LNINSTALLDIRS = lib
|
||||
|
||||
#if HasParallelMake
|
2
devel/imake-4/scripts/configure
vendored
2
devel/imake-4/scripts/configure
vendored
|
@ -58,4 +58,4 @@ cd ${WRKDIR}/xc
|
|||
touch config/cf/version.def
|
||||
touch config/cf/date.def
|
||||
make Makefile.boot
|
||||
make -f xmakefile SUBDIRS="include config" VerifyOS version.def Makefiles includes
|
||||
make -f xmakefile VerifyOS version.def Makefiles includes
|
||||
|
|
Loading…
Add table
Reference in a new issue