diff options
Diffstat (limited to 'graphics/pencil2d/files/patch-app_app.pro')
-rw-r--r-- | graphics/pencil2d/files/patch-app_app.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/pencil2d/files/patch-app_app.pro b/graphics/pencil2d/files/patch-app_app.pro new file mode 100644 index 000000000000..3ad4c2f03ada --- /dev/null +++ b/graphics/pencil2d/files/patch-app_app.pro @@ -0,0 +1,11 @@ +--- app/app.pro.orig 2018-11-21 09:01:18 UTC ++++ app/app.pro +@@ -135,7 +135,7 @@ win32 { + RC_FILE = data/pencil2d.rc + } + +-linux { ++freebsd { + target.path = $${PREFIX}/bin + + bashcompletion.files = data/pencil2d |