freebsd-ports/www/chimera2/files/patch-ad
Thomas Gellekum 9a863ddecf Bring in changes for chimera-2.0a11. A repository copy from
ports/www/chimera was done before.

PR:		4248
Submitted by:	Bruce Gingery <bgingery@gtcs.com>
1997-11-26 07:53:35 +00:00

33 lines
871 B
Text

--- Common.tmpl.dist.orig Mon Sep 29 01:32:46 1997
+++ Common.tmpl.dist Tue Nov 25 09:13:24 1997
@@ -35,22 +35,22 @@
*/
/* Uncomment and modify if you have the JPEG 6 library */
-/*
+
#define Use_JPEG
JPEGDIR = /usr/local
JPEGINCLUDE = -I$(JPEGDIR)/include
-JPEGLIB = -L$(JPEGDIR)/lib -ljpeg$(IMGLEXT)
-JPEGDEPLIB = $(JPEGDIR)/lib/libjpeg$(IMGLEXT).a
-*/
+JPEGLIB = -L$(JPEGDIR)/lib -ljpeg
+JPEGDEPLIB = $(JPEGDIR)/lib/libjpeg.a
+
/* Uncomment and modify if you have the PNG library */
-/*
+
#define Use_PNG
PNGDIR = /usr/local
PNGINCLUDE = -I$(PNGDIR)/include
-PNGLIB = -L$(PNGDIR)/lib -lpng$(IMGLEXT) -lz$(IMGLEXT)
-PNGDEPLIB = $(PNGDIR)/lib/libpng$(IMGLEXT).a $(PNGDIR)/lib/libz$(IMGLEXT).a
-*/
+PNGLIB = -L$(PNGDIR)/lib -lpng -lz
+PNGDEPLIB = $(PNGDIR)/lib/libpng.a /usr/lib/libz.a
+
/*
* Uncomment if you need GNU rx. Not actually used right now.