diff options
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 |