diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-29 03:19:54 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-29 03:19:54 +0800 |
commit | de4d4ab7fa1f38ea706c4e1c7793684fea90209f (patch) | |
tree | 3c5ff426bb56cb2f49b204c2e888bd1a9fa1e25b /devel/gobject-introspection | |
parent | 6082eee5b4eb0829395734c9ba3eb7b1de94ff29 (diff) | |
download | marcuscom-ports-de4d4ab7fa1f38ea706c4e1c7793684fea90209f.tar marcuscom-ports-de4d4ab7fa1f38ea706c4e1c7793684fea90209f.tar.gz marcuscom-ports-de4d4ab7fa1f38ea706c4e1c7793684fea90209f.tar.bz2 marcuscom-ports-de4d4ab7fa1f38ea706c4e1c7793684fea90209f.tar.lz marcuscom-ports-de4d4ab7fa1f38ea706c4e1c7793684fea90209f.tar.xz marcuscom-ports-de4d4ab7fa1f38ea706c4e1c7793684fea90209f.tar.zst marcuscom-ports-de4d4ab7fa1f38ea706c4e1c7793684fea90209f.zip |
remove -Wnocast-align that snuck in.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18604 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gobject-introspection')
-rw-r--r-- | devel/gobject-introspection/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 792656a61..dd5eb30f3 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -25,7 +25,7 @@ USE_PYTHON= -2.7 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes -CPPFLAGS+= -I${LOCALBASE}/include -Wnocast-align +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib # Force it to put the .cache in ${WRKSRC} instead of ~/.cache. ports/143260 |