mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Re-add previous patch file. It still is useful
This commit is contained in:
parent
3b4cfe564a
commit
7318f98900
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259394
1 changed files with 28 additions and 0 deletions
28
devel/fpc-fcl-db/files/patch-packages-fcl-db_Makefile
Normal file
28
devel/fpc-fcl-db/files/patch-packages-fcl-db_Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
--- packages/fcl-db/Makefile 2009-01-07 21:56:28.000000000 -0500
|
||||
+++ packages/fcl-db/Makefile 2009-01-07 22:18:51.000000000 -0500
|
||||
@@ -2203,17 +2203,17 @@
|
||||
endif
|
||||
$(INSTALLEXE) $(INSTALLEXEFILES) $(INSTALL_BINDIR)
|
||||
endif
|
||||
-ifdef INSTALL_CREATEPACKAGEFPC
|
||||
-ifdef FPCMAKE
|
||||
-ifdef PACKAGE_VERSION
|
||||
-ifneq ($(wildcard Makefile.fpc),)
|
||||
+#ifdef INSTALL_CREATEPACKAGEFPC
|
||||
+#ifdef FPCMAKE
|
||||
+#ifdef PACKAGE_VERSION
|
||||
+#ifneq ($(wildcard Makefile.fpc),)
|
||||
$(FPCMAKE) -p -T$(CPU_TARGET)-$(OS_TARGET) Makefile.fpc
|
||||
$(MKDIR) $(INSTALL_UNITDIR)
|
||||
$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
|
||||
-endif
|
||||
-endif
|
||||
-endif
|
||||
-endif
|
||||
+#endif
|
||||
+#endif
|
||||
+#endif
|
||||
+#endif
|
||||
ifdef INSTALLPPUFILES
|
||||
$(MKDIR) $(INSTALL_UNITDIR)
|
||||
$(INSTALL) $(INSTALLPPUFILES) $(INSTALL_UNITDIR)
|
Loading…
Add table
Reference in a new issue