]> git.pld-linux.org Git - packages/rdesktop.git/commitdiff
4574c9067a5a5164f82e39253ae2eff5 rdesktop-unified-patch19-6.bz2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 8 May 2001 19:54:29 +0000 (19:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
f319f939db4cd5208e9cfc43aa8d2165  rdesktop-opt.patch
e03f3ed9bb7a052039ccd5d0cc63fabc  rdesktop-1.0.0.tar.gz

Changed files:
    rdesktop-opt.patch -> 1.1

rdesktop-opt.patch [new file with mode: 0644]

diff --git a/rdesktop-opt.patch b/rdesktop-opt.patch
new file mode 100644 (file)
index 0000000..37c1602
--- /dev/null
@@ -0,0 +1,16 @@
+diff -urN rdesktop-1.0.0.org/Makefile rdesktop-1.0.0/Makefile
+--- rdesktop-1.0.0.org/Makefile        Tue May  8 21:40:35 2001
++++ rdesktop-1.0.0/Makefile    Tue May  8 21:41:46 2001
+@@ -20,9 +20,9 @@
+ CC     = gcc
+ COFLAGS = -funroll-loops -fexpensive-optimizations -ffast-math -fomit-frame-pointer -frerun-cse-after-loop
+-CFLAGS = -O2 $(COFLAGS) -Wall $(DEBUG) $(XINERAMA_CFLAGS) -I$(X11DIR)/include
+-LDFLAGS   = -L$(X11DIR)/lib -lX11 $(XINERAMA_LIBS) -lgmp
+-INSTALL= install -m 755 -s
++CFLAGS = $(CFLAGSOPT) $(COFLAGS) -Wall $(DEBUG) $(XINERAMA_CFLAGS) -I$(X11DIR)/include
++LDFLAGS   = -L$(X11DIR)/lib -lX11 $(XINERAMA_LIBS) -lgmp $(LDFLAGSOPT)
++INSTALL= install -m 755
+ INSTALLMAN= install -m 644 
+ OS = $(shell uname -s)
This page took 0.067427 seconds and 4 git commands to generate.