diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 04:26:47 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 04:26:47 +0800 |
commit | 33405ad76ec262552fc06f638c83407b596931bf (patch) | |
tree | 81adecae0fae54859ed6032ea45e5610e4859eb8 | |
parent | 15e54b67ea61cecb18cf998979a6d5bd9693beed (diff) | |
download | marcuscom-ports-33405ad76ec262552fc06f638c83407b596931bf.tar marcuscom-ports-33405ad76ec262552fc06f638c83407b596931bf.tar.gz marcuscom-ports-33405ad76ec262552fc06f638c83407b596931bf.tar.bz2 marcuscom-ports-33405ad76ec262552fc06f638c83407b596931bf.tar.lz marcuscom-ports-33405ad76ec262552fc06f638c83407b596931bf.tar.xz marcuscom-ports-33405ad76ec262552fc06f638c83407b596931bf.tar.zst marcuscom-ports-33405ad76ec262552fc06f638c83407b596931bf.zip |
Fix a typo in my previous commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19815 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/colord-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/colord-gtk/Makefile b/graphics/colord-gtk/Makefile index 8da9a9d53..020726028 100644 --- a/graphics/colord-gtk/Makefile +++ b/graphics/colord-gtk/Makefile @@ -23,7 +23,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-gtk-doc-html=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -INSTALL_STRIP= install-strip +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e 's|-Wclobbered||g' \ |