diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-08-01 22:30:26 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-08-01 22:30:26 +0000 |
commit | f771291abb72395db2f7f4fa4de5310511eff774 (patch) | |
tree | 59cb7b9b8eeb08cbfb97c620969eada524909c5a /devel/rdp/patches | |
parent | f9655655d449169f88bfd6be8109183ba2a69850 (diff) | |
download | pkgsrc-f771291abb72395db2f7f4fa4de5310511eff774.tar.gz |
Use the zipped archive instead of the uncompressed tar file, the faktor is
nearly 4!
Diffstat (limited to 'devel/rdp/patches')
-rw-r--r-- | devel/rdp/patches/patch-aa | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/devel/rdp/patches/patch-aa b/devel/rdp/patches/patch-aa new file mode 100644 index 00000000000..e364d00a517 --- /dev/null +++ b/devel/rdp/patches/patch-aa @@ -0,0 +1,64 @@ +--- makefile-orig Sat Dec 20 00:00:00 1997 ++++ makefile Sun Aug 2 00:16:15 1998 +@@ -10,18 +10,18 @@ + ############################################################################### + + # Configuration for g++ on Unix. Also works for gcc if you set CC = g++ +-#CC = g++ +-#OBJ = .o +-#EXE = +-#DIFF = diff -s +-#RM = rm +-#CP = cp +-#SUPP_DIR = ./rdp_supp/ +-#CFLAGS = -I$(SUPP_DIR) -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -g +-#LINK = $(CC) -o ./ +-#MATHS = -lm +-#HERE = ./ +-#OBJ_ONLY = -c ++CC = g++ ++OBJ = .o ++EXE = ++DIFF = diff -s ++RM = rm ++CP = cp ++SUPP_DIR = ./rdp_supp/ ++CFLAGS = -I$(SUPP_DIR) -D_POSIX_SOURCE -Wmissing-prototypes -Wstrict-prototypes -fno-common -Wall -ansi -pedantic -g ++LINK = $(CC) -o ./ ++MATHS = -lm ++HERE = ./ ++OBJ_ONLY = -c + # End of gcc on Unix configuration + + # Configuration for gcc on DOS using djpgg. +@@ -57,18 +57,18 @@ + # End of Sun acc 2.0 on SunOS configuration + + # Configuration for Borland C++ 5.0 under Windows-95 +-CC = bcc32 +-OBJ = .obj +-EXE = .exe +-DIFF = fc +-RM = del +-CP = copy +-SUPP_DIR = rdp_supp\\ +-CFLAGS = -I$(SUPP_DIR) -A -c -P -w +-LINK = $(CC) -e +-MATHS = +-HERE = +-OBJ_ONLY = -c ++#CC = bcc32 ++#OBJ = .obj ++#EXE = .exe ++#DIFF = fc ++#RM = del ++#CP = copy ++#SUPP_DIR = rdp_supp\\ ++#CFLAGS = -I$(SUPP_DIR) -A -c -P -w ++#LINK = $(CC) -e ++#MATHS = ++#HERE = ++#OBJ_ONLY = -c + # End of Borland C++ 5.0 under Windows-95 configuration + + # Configuration for Borland C 3.1 on MS-DOS |