diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-04-29 13:51:55 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-04-29 13:51:55 +0000 |
commit | e712d2df06bfa67939a325e45a5e6aec7610311c (patch) | |
tree | 131f973af70ddb54629a43850fe58f26c8e19230 /x11/windowmaker | |
parent | 6dc74612e1950dc9bbfe9bf1c51add0b62ea1e16 (diff) | |
download | pkgsrc-e712d2df06bfa67939a325e45a5e6aec7610311c.tar.gz |
Our png stuff is in LOCALBASE - make sure it is found
Diffstat (limited to 'x11/windowmaker')
-rw-r--r-- | x11/windowmaker/patches/patch-ab | 11 | ||||
-rw-r--r-- | x11/windowmaker/patches/patch-ad | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/x11/windowmaker/patches/patch-ab b/x11/windowmaker/patches/patch-ab index 79b11a3f26e..b369776180a 100644 --- a/x11/windowmaker/patches/patch-ab +++ b/x11/windowmaker/patches/patch-ab @@ -9,14 +9,3 @@ # Run SED to replace the correct version in the main file # ---- wrlib/Makefile.in 1998/01/09 08:57:28 1.1 -+++ wrlib/Makefile.in 1998/01/09 08:57:52 -@@ -29,7 +29,7 @@ - RANLIB = @RANLIB@ - - OPTIONS = @XPM@ @PNG@ -DDEBUG --CFLAGS = @CFLAGS@ $(OPTIONS) -D_BSD_SOURCE @XFLAGS@ -+CFLAGS = @CFLAGS@ $(OPTIONS) -D_BSD_SOURCE @XFLAGS@ -I${includedir} - LIBS = @LIBS@ @XLFLAGS@ -L. -lwraster @XPMLIB@ @PNGLIB@ @XLIBS@ -lm - - OBJ = raster.o load.o gradient.o xpm.o png.o convert.o context.o misc.o \ diff --git a/x11/windowmaker/patches/patch-ad b/x11/windowmaker/patches/patch-ad new file mode 100644 index 00000000000..881baac7306 --- /dev/null +++ b/x11/windowmaker/patches/patch-ad @@ -0,0 +1,11 @@ +--- wrlib/Makefile.in.orig Sat Jul 26 20:30:07 1997 ++++ wrlib/Makefile.in Wed Apr 29 15:36:13 1998 +@@ -29,7 +29,7 @@ + RANLIB = @RANLIB@ + + OPTIONS = @XPM@ @PNG@ -DDEBUG +-CFLAGS = @CFLAGS@ $(OPTIONS) -D_BSD_SOURCE @XFLAGS@ ++CFLAGS = @CFLAGS@ $(OPTIONS) -D_BSD_SOURCE @XFLAGS@ -I${LOCALBASE}/include -I${includedir} + LIBS = @LIBS@ @XLFLAGS@ -L. -lwraster @XPMLIB@ @PNGLIB@ @XLIBS@ -lm + + OBJ = raster.o load.o gradient.o xpm.o png.o convert.o context.o misc.o \ |