diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-29 16:21:09 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-29 16:21:09 +0000 |
commit | 6b627f8f9758e8ac1f6cb4e860dbe491821693d8 (patch) | |
tree | 505745271461218ddd8e06519c9f526e5578afe2 /x11-wm/pawm | |
parent | 3825dd28e0d5e078acda90ada28dcdc1611ea3f5 (diff) |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter t-w
Notes
Notes:
svn path=/head/; revision=191130
Diffstat (limited to 'x11-wm/pawm')
-rw-r--r-- | x11-wm/pawm/Makefile | 12 |
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 |