Last active
March 16, 2018 13:41
-
-
Save muellermartin/4bb03e2cdbb693f5f5aaee6eb18277ca to your computer and use it in GitHub Desktop.
Replace manual patch with Git diff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/gio/Makefile.am b/gio/Makefile.am | |
index ee3de62..cdc315c 100644 | |
--- a/gio/Makefile.am | |
+++ b/gio/Makefile.am | |
@@ -611,7 +611,6 @@ libgio_objc_2_0_la_SOURCES = \ | |
gnextstepsettingsbackend.m \ | |
gosxcontenttype.m \ | |
gosxappinfo.m \ | |
- gosxappinfo.m \ | |
gcocoanotificationbackend.m | |
noinst_LTLIBRARIES += libgio-objc-2.0.la |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment