diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 03:25:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 03:25:29 +0000 |
commit | 9b44799b8a59481f1cc745e8df5837fd080b47f1 (patch) | |
tree | 48f657965e277871a2c43ebc5037b0f88b449fc2 /databases/gigabase | |
parent | 2167bc17cac48f780a5c921ef63683842f19c215 (diff) | |
download | ports-9b44799b8a59481f1cc745e8df5837fd080b47f1.tar.gz ports-9b44799b8a59481f1cc745e8df5837fd080b47f1.zip |
Notes
Diffstat (limited to 'databases/gigabase')
-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> |