aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2010-08-17 03:03:32 +0800
committeracm <acm@FreeBSD.org>2010-08-17 03:03:32 +0800
commit34b07558c0aaa7c8e26b0375f0c29265185c84b0 (patch)
treee94c291cbfe500ca5d1a8ff56cf3f96d160b57ff /devel
parent1fcf588c73220976ad7c435288593b7d7104774b (diff)
downloadfreebsd-ports-gnome-34b07558c0aaa7c8e26b0375f0c29265185c84b0.tar.gz
freebsd-ports-gnome-34b07558c0aaa7c8e26b0375f0c29265185c84b0.tar.zst
freebsd-ports-gnome-34b07558c0aaa7c8e26b0375f0c29265185c84b0.zip
- Re-add previous patch file. It still is useful
Diffstat (limited to 'devel')
-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)