mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9a863ddecf
ports/www/chimera was done before. PR: 4248 Submitted by: Bruce Gingery <bgingery@gtcs.com>
34 lines
871 B
Plaintext
34 lines
871 B
Plaintext
--- 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.
|