openbsd-ports/x11/rdesktop/patches/patch-Makefile
lebel 1e9cbb70c3 initial import of rdesktop-1.0.0.p19.6.4:
--
rdesktop is an open source client for Windows NT and 2000 Terminal
Server, capable of natively speaking the Remote Desktop Protocol
(RDP) in order to present the user's Windows desktop.

Submitted by Joshua Stein <jcs@rt.fm>.
2001-06-03 20:07:17 +00:00

24 lines
1.0 KiB
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2001/06/03 20:07:17 lebel Exp $
--- Makefile.orig Sun Jun 3 14:57:12 2001
+++ Makefile Sun Jun 3 14:57:12 2001
@@ -15,13 +15,13 @@
#XINERAMA_CFLAGS = -DHAVE_XINERAMA
#XINERAMA_LIBS = -lXinerama -lXext
-PREFIX = /usr/local
-X11DIR = /usr/X11R6
+#PREFIX = /usr/local
+#X11DIR = /usr/X11R6
-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 -lcrypto
+#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 -lcrypto
#-c flag doesn't seem to be needed at gnu platforms
#it's only ignored. but at others the manual file will be lost if it's not used.
INSTALL= install -c -m 755 -s