]> git.pld-linux.org Git - packages/zgv.git/commitdiff
- upgraded to 5.0
authorbonkey <bonkey@bonkey.pl.eu.org>
Sat, 29 Apr 2000 16:20:05 +0000 (16:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zgv-DESTDIR.patch -> 1.2

zgv-DESTDIR.patch

index abe0b1180ece20686130ffcab381590a5026cee4..bdc745b5be75927c1d0896f98d7b491abcfcd7ab 100644 (file)
@@ -1,5 +1,12 @@
---- zgv-3.2/config.mk  Mon Mar 15 15:06:42 1999
-+++ zgv-3.2.new/config.mk      Tue May 18 10:01:49 1999
+diff -Nru zgv-5.0.orig/config.mk zgv-5.0/config.mk
+--- zgv-5.0.orig/config.mk     Sat Apr 29 18:00:14 2000
++++ zgv-5.0/config.mk  Sat Apr 29 18:03:57 2000
+@@ -1,4 +1,4 @@
+-# This file configures zgv's Makefiles. You should edit the settings
++# tHIS FIle configures zgv's Makefiles. You should edit the settings
+ # below as needed.
+ # If you want to tune the optimisation used (you shouldn't need to,
 @@ -26,7 +26,7 @@
  # example, perhaps your distribution automatically handles this for
  # you) you should uncomment this to prevent `make install' doing that.
@@ -9,8 +16,9 @@
  
  
  # ------------------ Library-related options ----------------------
---- zgv-3.2/doc/Makefile       Mon Mar 15 15:08:35 1999
-+++ zgv-3.2.new/doc/Makefile   Tue May 18 10:01:14 1999
+diff -Nru zgv-5.0.orig/doc/Makefile zgv-5.0/doc/Makefile
+--- zgv-5.0.orig/doc/Makefile  Sat Apr 29 18:00:14 2000
++++ zgv-5.0/doc/Makefile       Sat Apr 29 18:04:46 2000
 @@ -34,8 +34,10 @@
  else
  install: ../src/install-info
  # Update info `dir' file.
  # Info always uses a dir file in preference to a dir.gz, so we don't use
  # dir.gz unless it's the only game in town.
---- zgv-3.2/src/Makefile       Mon Mar 15 15:08:59 1999
-+++ zgv-3.2.new/src/Makefile   Tue May 18 09:59:45 1999
-@@ -15,14 +15,14 @@
+diff -Nru zgv-5.0.orig/src/Makefile zgv-5.0/src/Makefile
+--- zgv-5.0.orig/src/Makefile  Sat Apr 29 18:00:14 2000
++++ zgv-5.0/src/Makefile       Sat Apr 29 18:07:07 2000
+@@ -13,10 +13,10 @@
  CC=gcc
  
  WARNOPTS = -Wall
 +OPTFLAGS = -O2 -fomit-frame-pointer -finline-functions
  
--CFLAGS = $(INCDIRS) $(WARNOPTS) $(PNGDEF) \
+-CFLAGS = $(WARNOPTS) $(PCDDEF) \
 -      -DRGB_DB_FILE=\"$(RGB_DB)\" \
 -      -O2 -fomit-frame-pointer -finline-functions
 +CFLAGS = $(INCDIRS) $(WARNOPTS) $(PNGDEF) $(OPTFLAGS) \
 +      -DRGB_DB_FILE=\"$(RGB_DB)\" 
  
--ZGV_LIBS = -lvgagl -lvga $(JPEGDIR)/libjpeg.a
-+ZGV_LIBS = -lvgagl -lvga -ljpeg
- ifeq ($(PNGDEF),-DPNG_SUPPORT)
--ZGV_LIBS += $(PNGLIBDIR)/libpng.a $(ZLIBDIR)/libz.a -lm
-+ZGV_LIBS += -lpng -lz -lm
- endif
-@@ -54,7 +54,8 @@
+ ZGV_LIBS = -lvgagl -lvga -ljpeg -lpng -lz -lm
+ ifeq ($(PCDDEF),-DPCD_SUPPORT)
+@@ -52,7 +52,8 @@
        $(CC) $(INFODIRDEF) -o install-info install-info.c
  
  install: all
This page took 0.065973 seconds and 4 git commands to generate.