aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/pawm
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-04-30 00:21:09 +0800
committergabor <gabor@FreeBSD.org>2007-04-30 00:21:09 +0800
commitdb251ad68dd80d9783be28280e82f1175c1ec6c9 (patch)
treeee0c541edd2dd55e4a38a287555edd7600ccb2a1 /x11-wm/pawm
parent9e4b1cad429a1e0ad3eb3f55150a7212c07fd8db (diff)
downloadfreebsd-ports-gnome-db251ad68dd80d9783be28280e82f1175c1ec6c9.tar.gz
freebsd-ports-gnome-db251ad68dd80d9783be28280e82f1175c1ec6c9.tar.zst
freebsd-ports-gnome-db251ad68dd80d9783be28280e82f1175c1ec6c9.zip
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter t-w
Diffstat (limited to 'x11-wm/pawm')
-rw-r--r--x11-wm/pawm/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-wm/pawm/Makefile b/x11-wm/pawm/Makefile
index f2679d14232d..d26b2861f33b 100644
--- a/x11-wm/pawm/Makefile
+++ b/x11-wm/pawm/Makefile
@@ -25,12 +25,6 @@ LDFLAGS= -lm -L${X11BASE}/lib -lXpm
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-CFLAGS+= -Dintmax_t=u_int32_t -Duintmax_t=u_int32_t \
- -Dstrtoimax=strtoll -Dstrtoumax=strtoull \
- -DSIZE_MAX=UINT_MAX
-.endif
-
LDFLAGS+= -lXrandr
.if defined(WITHOUT_XFT)
CFLAGS+= -DDISABLE_XFT
@@ -47,12 +41,6 @@ CFLAGS+= -DENABLE_STARTUP -DSN_API_NOT_YET_FROZEN \
LDFLAGS+= `pkg-config --libs libstartup-notification-1.0`
.endif
-post-patch:
-.if ${OSVERSION} < 500000
- @${GREP} -lR "<stdint\.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
- 's|<stdint\.h>|<inttypes.h>|g'
-.endif
-
do-configure:
@${ECHO_CMD} -n > ${WRKSRC}/config.h
@${ECHO_CMD} '#define PROJECT "${PORTNAME}"' >> ${WRKSRC}/config.h