diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-01-14 13:36:35 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-01-14 13:36:35 +0000 |
commit | 724b8d8af8bfec0e7c358ba8b7f535dd0df25f21 (patch) | |
tree | 01b81aba3b9f338b472a838dbce3cf18535f6fa7 /wm/afterstep1/patches/patch-af | |
parent | e959dbc77cb0c4efb6b863d552d80648b66d297f (diff) | |
download | pkgsrc-724b8d8af8bfec0e7c358ba8b7f535dd0df25f21.tar.gz |
Move afterstep 1.x from pkgsrc/wm/afterstep to pkgsrc/wm/afterstep1.
This is version 1.8.11.
Diffstat (limited to 'wm/afterstep1/patches/patch-af')
-rw-r--r-- | wm/afterstep1/patches/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/wm/afterstep1/patches/patch-af b/wm/afterstep1/patches/patch-af new file mode 100644 index 00000000000..e79b044ef7b --- /dev/null +++ b/wm/afterstep1/patches/patch-af @@ -0,0 +1,14 @@ +$NetBSD: patch-af,v 1.1.1.1 2005/01/14 13:36:36 jmmv Exp $ + +--- autoconf/Makefile.defines.in.orig Thu Mar 25 20:07:08 1999 ++++ autoconf/Makefile.defines.in Sat Aug 21 11:25:30 1999 +@@ -7,6 +7,9 @@ + # -march=pentiumpro -mcpu=pentiumpro + EXTRA_DEFINES = @DEFINE_XLOCALE@ + ++LIBTOOL = @LIBTOOL@ ++LDSTATIC = @LDSTATIC@ ++ + RANLIB = @RANLIB@ + AR = ar clq + CP = @CP@ |