]> git.pld-linux.org Git - packages/fblogo.git/commitdiff
- added small Makefile.patch - I guess this could be done somehow easier
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 26 Feb 2003 11:48:23 +0000 (11:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fblogo-Makefile.patch -> 1.1

fblogo-Makefile.patch [new file with mode: 0644]

diff --git a/fblogo-Makefile.patch b/fblogo-Makefile.patch
new file mode 100644 (file)
index 0000000..4865fe9
--- /dev/null
@@ -0,0 +1,20 @@
+diff -burN fblogo-0.5.0/Makefile fblogo-0.5.0-pld/Makefile
+--- fblogo-0.5.0/Makefile      Sat Aug 17 16:01:57 2002
++++ fblogo-0.5.0-pld/Makefile  Sat Dec 28 20:10:43 2002
+@@ -3,12 +3,12 @@
+ FLAGS = -g -O2 -W -Wall -DPNG_SETJMP_NOT_SUPPORTED
+ INSTALL = /usr/bin/install
+-INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
+-INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
+-INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
++INSTALL_FILE    = $(INSTALL) -p -m  644
++INSTALL_PROGRAM = $(INSTALL) -p -m  755
++INSTALL_SCRIPT  = $(INSTALL) -p -m  755
+ DESTDIR =
+-PREFIX = /usr/local
++PREFIX = /usr
+ BINDIR = ${PREFIX}/bin
+ MANDIR = ${PREFIX}/share/man
This page took 0.074654 seconds and 4 git commands to generate.