Skip to content

Commit

Permalink
eclass/gnome2-utils.eclass: prevent spurious warnings (#448822)
Browse files Browse the repository at this point in the history
  • Loading branch information
pacho2 committed Jan 30, 2016
1 parent c9f16ab commit a9ceaad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/gnome2-utils.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,8 @@ gnome2_disable_deprecation_warning() {
fi

LC_ALL=C sed -r -i \
-e 's:-D[A-Z_]+_DISABLE_DEPRECATED:$(NULL):g' \
-e 's:-DGSEAL_ENABLE+[A-Z_]:$(NULL):g' \
-e 's:-D[A-Z_]+_DISABLE_DEPRECATED:$(/bin/true):g' \
-e 's:-DGSEAL_ENABLE+[A-Z_]:$(/bin/true):g' \
-i "${makefile}"

if [[ $? -ne 0 ]]; then
Expand Down

0 comments on commit a9ceaad

Please sign in to comment.