summaryrefslogtreecommitdiff
path: root/multimedia/jahshaka/files/patch-jah_Source_jahshaka.cpp
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2011-02-04 21:03:15 +0000
committerRene Ladan <rene@FreeBSD.org>2011-02-04 21:03:15 +0000
commit60aef42534e526f76b78a36437b33fe1f99f88b5 (patch)
treef421df162dabb9e02f0de02a1fab4fb58ca725fb /multimedia/jahshaka/files/patch-jah_Source_jahshaka.cpp
parentfix plist with gnome option (typo in fact) (diff)
Remove expired ports:
2011-02-04 databases/qt-ibase-plugin: Port is broken on all supported versions of FreeBSD 2011-02-04 devel/ace+tao: Outdated and does not compile on any supported version of FreeBSD 2011-02-04 graphics/ray++: Does not compile on supported versions of FreeBSD 2011-02-04 japanese/oleo: Does not compile on supported versions of FreeBSD 2011-02-04 lang/dylan: does not build 2011-02-04 multimedia/jahshaka: Does not compile on supported versions of FreeBSD Feature safe: yes
Diffstat (limited to 'multimedia/jahshaka/files/patch-jah_Source_jahshaka.cpp')
-rw-r--r--multimedia/jahshaka/files/patch-jah_Source_jahshaka.cpp25
1 files changed, 0 insertions, 25 deletions
diff --git a/multimedia/jahshaka/files/patch-jah_Source_jahshaka.cpp b/multimedia/jahshaka/files/patch-jah_Source_jahshaka.cpp
deleted file mode 100644
index 0874ff7ce718..000000000000
--- a/multimedia/jahshaka/files/patch-jah_Source_jahshaka.cpp
+++ /dev/null
@@ -1,25 +0,0 @@
---- jah/Source/jahshaka.cpp.orig
-+++ jah/Source/jahshaka.cpp
-@@ -185,6 +185,8 @@
- QString fileinfo;
- bool foundpath;
-
-+#if !defined(__FreeBSD__)
-+
- //this hack gets the application exectuable path
- //since QApplication::applicationFilePath() only works on Qt 3.2 and up
- jtrace.debug("QT_VERSION_STR: ");
-@@ -356,6 +358,13 @@
- jtrace.debug( "Didnt find media folder, using default media folder" );
- JahMediaPath = JahBasePath;
- }
-+
-+#else
-+
-+ JahBasePath = "%%DATADIR%%/";
-+ JahMediaPath = JahBasePath;
-+
-+#endif
-
- //update preferences object with info
- jprefs.setBasePath(JahBasePath);