diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
| commit | 444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch) | |
| tree | 297f74782436a0f973b6b89d60c10f399af9a135 /graphics/pixmap/files/patch-ac | |
| parent | Remove comment about not being able to undefine a variable, as we *can* (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes:
svn path=/head/; revision=1803
svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'graphics/pixmap/files/patch-ac')
| -rw-r--r-- | graphics/pixmap/files/patch-ac | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/graphics/pixmap/files/patch-ac b/graphics/pixmap/files/patch-ac deleted file mode 100644 index 668e0e153051..000000000000 --- a/graphics/pixmap/files/patch-ac +++ /dev/null @@ -1,24 +0,0 @@ ---- ./Imakefile.org Fri May 13 04:04:38 1994 -+++ ./Imakefile Mon Feb 27 16:31:46 1995 -@@ -27,10 +27,9 @@ - PIXMAPDIR = $(LIBDIR)/Pixmap - - XCOMM Specify here your Xpm installation directories -- XPM_INCLUDEDIR = /usr/local/include - XPM_LIBDIR = $(LIBDIR)/xpm -- XPM_INCLUDEDIR = /net/koala/include -- XPM_LIBDIR = /net/koala/lib/sun4 -+ XPM_INCLUDEDIR = $(INCDIR) -+ XPM_LIBDIR = $(USRLIBDIR) - EXTRA_INCLUDES = $(R5EXT) -I. -I.. -I$(XPM_INCLUDEDIR) -I/usr/include/$(MOTIFVER) - - #ifdef USE_MOTIF -@@ -89,7 +88,7 @@ - - Pixmap.ad: APixmap.ad - @echo Pixmap compiled with Athena. -- @sed -e "s#@PIXMAPDIR@#$(PIXMAPDIR)/#g" <APixmap.ad >Pixmap.ad -+ @sed -e "s#@PIXMAPDIR@#$(PIXMAPDIR)/#g" -e "s/^Pixmap//" <APixmap.ad >Pixmap.ad - #endif - - dotpixmap: $(RGBTXT) |
