]> git.pld-linux.org Git - packages/easygtk.git/commitdiff
e3112e6716b8038d719b81b47b4a111e easygtk-Makefile.patch
authorcieciwa <cieciwa@pld-linux.org>
Wed, 22 Mar 2000 11:24:01 +0000 (11:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    easygtk-Makefile.patch -> 1.1

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

diff --git a/easygtk-Makefile.patch b/easygtk-Makefile.patch
new file mode 100644 (file)
index 0000000..a3f28f1
--- /dev/null
@@ -0,0 +1,24 @@
+--- Makefile.libdep.org        Wed Dec 22 19:26:33 1999
++++ Makefile.libdep    Wed Mar 22 12:06:52 2000
+@@ -4,7 +4,10 @@
+       $(CC) $(CFLAGS) -c easygtk.c
+       ar rc libeasygtk.a easygtk.o
+       ranlib libeasygtk.a
+-
++      
++easygtk.so:
++      $(CC) $(CFLAGS) -shared -o $@ easygtk.c
++      
+ install:
+       cp libeasygtk.a /usr/lib/libeasygtk.a
+       cp easygtk.h /usr/include/easygtk.h
+--- configure.org      Thu Dec 23 22:34:59 1999
++++ configure  Wed Mar 22 11:58:01 2000
+@@ -39,6 +39,7 @@
+ # output creation
+ echo "Creating Makefile"
+ echo -n "CFLAGS = " > Makefile
++echo -n "\$(RPM_OPT_FLAGS) " >> Makefile
+ cat .libdep.cflags >> Makefile
+ echo "" >> Makefile
+ echo -n "LIBS = " >> Makefile
This page took 0.082149 seconds and 4 git commands to generate.