]> git.pld-linux.org Git - packages/easygtk.git/blame - easygtk-Makefile.patch
- converted to UTF-8
[packages/easygtk.git] / easygtk-Makefile.patch
CommitLineData
c7ba6710 1--- Makefile.libdep.org Wed Dec 22 19:26:33 1999
2+++ Makefile.libdep Wed Mar 22 12:06:52 2000
3@@ -4,7 +4,10 @@
4 $(CC) $(CFLAGS) -c easygtk.c
5 ar rc libeasygtk.a easygtk.o
6 ranlib libeasygtk.a
7-
8+
9+easygtk.so:
10+ $(CC) $(CFLAGS) -shared -o $@ easygtk.c
11+
12 install:
13 cp libeasygtk.a /usr/lib/libeasygtk.a
14 cp easygtk.h /usr/include/easygtk.h
15--- configure.org Thu Dec 23 22:34:59 1999
16+++ configure Wed Mar 22 11:58:01 2000
17@@ -39,6 +39,7 @@
18 # output creation
19 echo "Creating Makefile"
20 echo -n "CFLAGS = " > Makefile
21+echo -n "\$(RPM_OPT_FLAGS) " >> Makefile
22 cat .libdep.cflags >> Makefile
23 echo "" >> Makefile
24 echo -n "LIBS = " >> Makefile
This page took 0.077383 seconds and 4 git commands to generate.