openbsd-ports/lang/processing/patches/patch-processing
jasper 317573addb import processing 1.5.1
Processing is an open source programming language and environment for
people who want to create images, animations, and interactions.
Initially developed to serve as a software sketchbook and to teach
fundamentals of computer programming within a visual context, Processing
also has evolved into a tool for generating finished professional work.
Today, there are tens of thousands of students, artists, designers,
researchers, and hobbyists who use Processing for learning, prototyping,
and production.

ok sthen@
2011-06-24 07:00:16 +00:00

14 lines
424 B
Plaintext

$OpenBSD: patch-processing,v 1.1.1.1 2011/06/24 07:00:20 jasper Exp $
--- processing.orig Fri Jun 24 00:29:03 2011
+++ processing Fri Jun 24 00:29:40 2011
@@ -66,8 +66,7 @@ make_jdkcp() {
# Get absolute path of directory where this script is located
-APPDIR=`readlink -f "$0"`
-APPDIR=`dirname "$APPDIR"`
+APPDIR=${PREFIX}/share/processing/
log APPDIR
# Try using a local JDK from the same directory as this script