aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/pawm
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-29 16:21:09 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-29 16:21:09 +0000
commit6b627f8f9758e8ac1f6cb4e860dbe491821693d8 (patch)
tree505745271461218ddd8e06519c9f526e5578afe2 /x11-wm/pawm
parent3825dd28e0d5e078acda90ada28dcdc1611ea3f5 (diff)
downloadports-6b627f8f9758e8ac1f6cb4e860dbe491821693d8.tar.gz
ports-6b627f8f9758e8ac1f6cb4e860dbe491821693d8.zip
Notes
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