diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2024-07-15 14:02:19 +0200 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2024-07-15 14:02:19 +0200 |
commit | 90a34e05a8136060f3f2ffc10b6b054115ad2746 (patch) | |
tree | 76098504cecec5a0eaf178fa6443359327237a26 /x11-wm/afterstep/files/patch-configure.h | |
parent | x11-wm/afterstep: fix distinfo (diff) |
x11-wm/afterstep: move to x11-wm/afterstep1
Diffstat (limited to 'x11-wm/afterstep/files/patch-configure.h')
-rw-r--r-- | x11-wm/afterstep/files/patch-configure.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-wm/afterstep/files/patch-configure.h b/x11-wm/afterstep/files/patch-configure.h deleted file mode 100644 index 5936bdf9606f..000000000000 --- a/x11-wm/afterstep/files/patch-configure.h +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.h.orig 1997-03-02 19:50:40 UTC -+++ configure.h -@@ -1,6 +1,6 @@ --#define AFTERDIR "/usr/lib/X11/afterstep" --#define AFTER_ICONDIR "/usr/include/X11/bitmaps:/usr/include/X11/pixmaps" --#define STEPRC "/usr/lib/X11/afterstep/system.steprc" -+#define AFTERDIR "%%PREFIX%%/lib/X11/afterstep" -+#define AFTER_ICONDIR "%%PREFIX%%/include/X11/bitmaps:%%PREFIX%%/include/X11/pixmaps" -+#define STEPRC "%%PREFIX%%/lib/X11/afterstep/system.steprc" - - /* If you would like gradients, uncomment this */ - #define ENABLE_TEXTURE -@@ -17,7 +17,7 @@ - * Imake wants to leave binaries, then choose the second line here. - * If you want to install it in a different directory, uncomment and - * edit the first line */ --#define AFTER_BIN_DIR BINDIR=/usr/bin/X11 -+#define AFTER_BIN_DIR BINDIR=%%PREFIX%%/bin - - /* Compiler over-ride for Imakefiles */ - /* Leave it as shown to get your default compiler */ -@@ -59,7 +59,7 @@ - ***************************************************************************/ - #define XPM - /* linker flags needed to locate and link in the Xpm library, if you use it */ --#define XPMLIBRARY -L/usr/lib/X11 -lXpm -+#define XPMLIBRARY -L%%LOCALBASE%%/lib -lXpm - - /*************************************************************************** - *#define M4 |