diff options
author | pawel <pawel@FreeBSD.org> | 2012-07-06 01:26:10 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-07-06 01:26:10 +0800 |
commit | ed0bd32625534bfc48dfe8105285096b94953c9b (patch) | |
tree | 87b5b3043309d24d477408f37bafc043abaf865c /japanese/ebview-gtk2 | |
parent | 69d8e019446e55d28f2f546b7bcd924f27839da5 (diff) | |
download | freebsd-ports-gnome-ed0bd32625534bfc48dfe8105285096b94953c9b.tar.gz freebsd-ports-gnome-ed0bd32625534bfc48dfe8105285096b94953c9b.tar.zst freebsd-ports-gnome-ed0bd32625534bfc48dfe8105285096b94953c9b.zip |
Add USE_CSTD=gnu89 to fix linking when building with clang
Diffstat (limited to 'japanese/ebview-gtk2')
-rw-r--r-- | japanese/ebview-gtk2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/ebview-gtk2/Makefile b/japanese/ebview-gtk2/Makefile index ab2a19351e57..1f9bc5ea1e47 100644 --- a/japanese/ebview-gtk2/Makefile +++ b/japanese/ebview-gtk2/Makefile @@ -22,6 +22,7 @@ CONFLICTS= ja-ebview-0* USE_GNOME= gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes +USE_CSTD= gnu89 CONFIGURE_ARGS+=--with-eb-conf=${LOCALBASE}/etc/eb.conf CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |