mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
5514ee6daf
Security: CAN-2005-0639 Security: http://www.vuxml.org/freebsd/bfbbd505-3bd6-409c-8c67-445d3635cf4b.html Prodded by: nectar
32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
--- Imakefile-- Mon Mar 26 11:31:28 2001
|
|
+++ Imakefile Mon Mar 26 11:32:04 2001
|
|
@@ -12,8 +12,8 @@
|
|
CCOPTIONS = -Aa -D_HPUX_SOURCE
|
|
#endif
|
|
|
|
-JPEG_INCLUDES =
|
|
-JPEG_LDFLAGS =
|
|
+JPEG_INCLUDES = -I/usr/local/include
|
|
+JPEG_LDFLAGS = -L/usr/local/lib
|
|
|
|
PNG_INCLUDES =
|
|
PNG_LDFLAGS =
|
|
@@ -22,7 +22,7 @@
|
|
DEPLIBS = $(DEPXLIB)
|
|
LOCAL_LIBRARIES = $(XLIB) $(JPEG_LDFLAGS) $(PNG_LDFLAGS) -ljpeg -lpng -lz
|
|
SYS_LIBRARIES = -lm
|
|
-DEFINES = -DHAS_MEMCPY
|
|
+DEFINES = -DHAS_MEMCPY -DHAVE_GUNZIP -DHAVE_BUNZIP2
|
|
EXTRA_INCLUDES = $(JPEG_INCLUDES) $(PNG_INCLUDES)
|
|
|
|
SRCS1 = bright.c clip.c cmuwmrast.c compress.c dither.c faces.c fbm.c fill.c g3.c gif.c halftone.c imagetypes.c img.c mac.c mcidas.c mc_tables.c merge.c misc.c new.c options.c path.c pbm.c pcx.c reduce.c jpeg.c rle.c rlelib.c root.c rotate.c send.c smooth.c sunraster.c value.c window.c xbitmap.c xli.c xpixmap.c xwd.c zio.c zoom.c ddxli.c tga.c bmp.c pcd.c png.c
|
|
@@ -47,7 +47,7 @@
|
|
@echo "*** it for your site. See the xloadimage manual page for"
|
|
@echo "*** details on the contents of this file."
|
|
cp /dev/null $(SYSPATHFILE)
|
|
- echo "path=$(INCDIR)/bitmaps $(INCDIR)/images" \
|
|
+ echo "path=$(INCDIR)/X11/bitmaps $(INCDIR)/X11/pixmaps" \
|
|
>> $(SYSPATHFILE)
|
|
echo "extension=.gif .jpg .rle .csun .msun .sun .face .xbm .bm" \
|
|
>>$(SYSPATHFILE)
|