summaryrefslogtreecommitdiff
path: root/java/eclipse-cdt/files/patch-cdt.core-Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2017-01-12 19:24:05 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2017-01-12 19:24:05 +0000
commit9f5f75dd1a04c231ad7f5c2ef21269b222eb2120 (patch)
treed7664d5ec9b1e0c16ad8162f6cbce8265879d912 /java/eclipse-cdt/files/patch-cdt.core-Makefile
parentsysutils/rubygem-bosh_cli: Make version requirement to json_pure less strict (diff)
Update Eclipse CDT to 9.0.1 and assign port to submitter.
PR: 213649 Submitted by: Michael Zhilin <mizhka@gmail.com>
Diffstat (limited to 'java/eclipse-cdt/files/patch-cdt.core-Makefile')
-rw-r--r--java/eclipse-cdt/files/patch-cdt.core-Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/java/eclipse-cdt/files/patch-cdt.core-Makefile b/java/eclipse-cdt/files/patch-cdt.core-Makefile
deleted file mode 100644
index 9c7ec1f8f064..000000000000
--- a/java/eclipse-cdt/files/patch-cdt.core-Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
---- eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.1.2.200702150621/src/org.eclipse.cdt.core.freebsd_3.1.2.200702150621/library/Makefile.orig Tue Mar 28 22:42:53 2006
-+++ eclipse/plugins/org.eclipse.cdt.source.freebsd.gtk.x86_3.1.2.200702150621/src/org.eclipse.cdt.core.freebsd_3.1.2.200702150621/library/Makefile Tue Mar 28 22:51:40 2006
-@@ -5,17 +5,17 @@
- endif
-
- # Defaults which can be overridden.
--OS = linux
--ARCH = x86
-+#OS = linux
-+#ARCH = x86
-
- JDK_INCLUDES= $(JAVA_HOME)/include
--JDK_OS_INCLUDES= $(JAVA_HOME)/include/$(OS)
-+JDK_OS_INCLUDES= $(JAVA_HOME)/include/$(ECLIPSE_OS)
-
- CC=gcc
- CPPFLAGS = -I. -I$(JDK_INCLUDES) -I$(JDK_OS_INCLUDES)
- CFLAGS +=-fpic -D_REENTRANT -D_GNU_SOURCE
-
--INSTALL_DIR = ../../org.eclipse.cdt.core.linux.$(ARCH)/os/$(OS)/$(ARCH)
-+INSTALL_DIR = ../../../../org.eclipse.cdt.core.freebsd.$(ECLIPSE_ARCH)_${PORTVERSION_TS}/os/$(ECLIPSE_OS)/$(ECLIPSE_ARCH)
-
- LIB_NAME_SPAWNER = libspawner.so
- LIB_NAME_FULL_SPAWNER = $(INSTALL_DIR)/libspawner.so