]> git.pld-linux.org Git - packages/gai.git/commitdiff
- updated to 0.5.0
authoryogib <yogib@pld-linux.org>
Sun, 11 Jan 2004 11:00:17 +0000 (11:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gai-opt.patch -> 1.2

gai-opt.patch

index 8bee49df470045f7f96e2d71bf67cea4b8f52b27..65980628af144c3954d6618cc7586e4c2ac155e6 100644 (file)
@@ -1,11 +1,11 @@
---- gai-0.5.0pre6/gai/Makefile.in.orig 2003-11-10 20:18:41.000000000 +0100
-+++ gai-0.5.0pre6/gai/Makefile.in      2003-12-06 23:11:08.440814408 +0100
+--- gai-0.5.0/gai/Makefile.in.orig     2003-12-31 10:54:05.000000000 +0100
++++ gai-0.5.0/gai/Makefile.in  2004-01-11 10:53:38.000000000 +0100
 @@ -2,7 +2,7 @@
  # Makefile for the General Applet Interface
  
  # @GNOME_24@ - More broken than ever.
--CFLAGS = -Wall -O3 -D@HOST@ @GL@ @GTK@ @GNOME@ @GTK_CFLAGS@ @GNOME_CFLAGS@ @GL_CFLAGS@ -DVERSION="\"@GAI_VERSION@\""
-+CFLAGS = -Wall $(OPT) -fPIC -D@HOST@ @GL@ @GTK@ @GNOME@ @GTK_CFLAGS@ @GNOME_CFLAGS@ @GL_CFLAGS@ -DVERSION="\"@GAI_VERSION@\""
- LDFLAGS = -fPIC -shared -Wl,-soname=libgai.so.@GAI_MAJOR@ @GTK_LIBS@ @GNOME_LIBS@ @GL_LIBS@
- CC = @CC@
OBJS = gai.o gai-debug.o gai-draw.o gai-info.o gai-gnome.o gai-dockapp.o gai-settings.o gai-pref.o @GNOME_CONFIG
+-CFLAGS = -Wall -O3 -D@HOST@ @GL@ @GTK@ @GNOME@ @JOYSTICK@ @GTK_CFLAGS@ @SDL_CFLAGS@
++CFLAGS = -Wall $(OPT) -D@HOST@ @GL@ @GTK@ @GNOME@ @JOYSTICK@ @GTK_CFLAGS@ @SDL_CFLAGS@
+ CFLAGS += @GNOME_CFLAGS@ @GL_CFLAGS@ -DVERSION="\"@GAI_VERSION@\""
+ LDFLAGS = -g -fPIC @SYSTEM_SPECIFIC_LIBS@ @GTK_LIBS@ 
LDFLAGS += @GNOME_LIBS@ @GL_LIBS@ @SDL_LIBS
This page took 0.056104 seconds and 4 git commands to generate.