diff options
Diffstat (limited to 'databases/gigabase/Makefile')
-rw-r--r-- | databases/gigabase/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile index 3efbcd6dc4a8..78a8812fb12d 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -21,12 +21,4 @@ CPPFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= ${PTHREAD_LIBS} USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -post-patch: -.if ${OSVERSION} < 601103 - @${REINPLACE_CMD} -e \ - '/GETHOSTBYNAME_R/s|^#define|// #define|g' ${WRKSRC}/config.h -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |