diff options
Diffstat (limited to 'sci-geosciences/gpsbabel/files/gpsbabel-1.4.3-fix_binary_name.patch')
-rw-r--r-- | sci-geosciences/gpsbabel/files/gpsbabel-1.4.3-fix_binary_name.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-geosciences/gpsbabel/files/gpsbabel-1.4.3-fix_binary_name.patch b/sci-geosciences/gpsbabel/files/gpsbabel-1.4.3-fix_binary_name.patch new file mode 100644 index 000000000000..2ab8d5e10c69 --- /dev/null +++ b/sci-geosciences/gpsbabel/files/gpsbabel-1.4.3-fix_binary_name.patch @@ -0,0 +1,12 @@ +Rename gpsbabelfe binary. +--- gpsbabel-1.4.3/gui/app.pro ++++ gpsbabel-1.4.3/gui/app.pro +@@ -30,7 +30,7 @@ + TARGET=GPSBabelFE + QMAKE_LFLAGS_RELEASE += -static-libgcc + } +-unix:TARGET=gpsbabelfe-bin ++unix:TARGET=gpsbabelfe + mac:TARGET=GPSBabelFE + + FORMS += aboutui.ui |