aboutsummaryrefslogtreecommitdiff
path: root/devel/fpc-fcl-db
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-08-16 19:03:32 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-08-16 19:03:32 +0000
commit7318f98900380147e1a41f03c24f346590c6932f (patch)
tree7a3435bf135aaa689fa5315dd35d7e48fb6ea90d /devel/fpc-fcl-db
parent3b4cfe564aaded15b4af00cefbaa6c9aa9d9b83e (diff)
downloadports-7318f98900380147e1a41f03c24f346590c6932f.tar.gz
ports-7318f98900380147e1a41f03c24f346590c6932f.zip
Notes
Diffstat (limited to 'devel/fpc-fcl-db')
-rw-r--r--devel/fpc-fcl-db/files/patch-packages-fcl-db_Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/fpc-fcl-db/files/patch-packages-fcl-db_Makefile b/devel/fpc-fcl-db/files/patch-packages-fcl-db_Makefile
new file mode 100644
index 000000000000..ddfd7f2ab5df
--- /dev/null
+++ b/devel/fpc-fcl-db/files/patch-packages-fcl-db_Makefile
@@ -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)