diff options
Diffstat (limited to 'x11-toolkits/gtkada-gps/files/patch-Makefile.common.in')
-rw-r--r-- | x11-toolkits/gtkada-gps/files/patch-Makefile.common.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gtkada-gps/files/patch-Makefile.common.in b/x11-toolkits/gtkada-gps/files/patch-Makefile.common.in new file mode 100644 index 000000000000..40f956e84643 --- /dev/null +++ b/x11-toolkits/gtkada-gps/files/patch-Makefile.common.in @@ -0,0 +1,11 @@ +--- src/Makefile.common.in.orig Sun Jan 14 22:10:57 2007 ++++ src/Makefile.common.in Sun Jan 14 22:12:02 2007 +@@ -20,7 +20,7 @@ + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + +-CP = cp -p -f ++CP = cp -p + LN = ln -f -s + CHMOD = chmod + ARFLAGS = cr |