diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-15 13:01:35 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-15 13:01:35 +0000 |
commit | 7197c79979361d597b8100fe70e118ce10354923 (patch) | |
tree | 07d8ab09f23fdae1fe19f65216d6c349911a1716 /x11/xalf/files/patch-src::Makefile.in | |
parent | Update to KDE 2.2: (diff) |
- Unbroke on alpha;
- don't try to link with nonexistent libdl;
- respect CFLAGS.
Submitted by: gallatin (alpha bits), sobomax
Some help from: jdp (thanks Jonh!)
Notes
Notes:
svn path=/head/; revision=46281
Diffstat (limited to 'x11/xalf/files/patch-src::Makefile.in')
-rw-r--r-- | x11/xalf/files/patch-src::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/xalf/files/patch-src::Makefile.in b/x11/xalf/files/patch-src::Makefile.in new file mode 100644 index 000000000000..0886be4b914d --- /dev/null +++ b/x11/xalf/files/patch-src::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/Makefile.in 2001/08/15 12:48:36 1.1 ++++ src/Makefile.in 2001/08/15 12:49:04 +@@ -86,7 +86,7 @@ + + INCLUDES = @GTK_CFLAGS@ + +-CFLAGS = -DLIBDIR=\""$(libdir)"\" ++CFLAGS = @CFLAGS@ -DLIBDIR=\""$(libdir)"\" + + EXTRA_DIST = hourglass.xpm splash.xpm hgcursor.h hgcursor_mask.h getopt.h sp1.xpm sp2.xpm sp3.xpm sp4.xpm sp5.xpm sp6.xpm sp7.xpm sp8.xpm sp9.xpm + |