1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/java/eclipse/files/patch-production

15 lines
419 B
Plaintext
Raw Normal View History

diff -ru production/checkConfigIIUs.sh production/checkConfigIIUs.sh
--- production/checkConfigIIUs.sh 0000-00-00 00:00:00.000000000 +0000
+++ production/checkConfigIIUs.sh 0000-00-00 00:00:00.000000000 +0000
@@ -39,8 +39,8 @@
declare -a PLATFORMS=( \
cocoa.macosx.x86_64 \
-gtk.linux.ppc64le \
-gtk.linux.x86_64 \
+gtk.freebsd.powerpc64 \
+gtk.freebsd.amd64 \
win32.win32.x86_64 \
)
NPLATFORMS=${#PLATFORMS[@]}