diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/gtk2-ssh-askpass | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/gtk2-ssh-askpass')
-rw-r--r-- | packages/gtk2-ssh-askpass/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gtk2-ssh-askpass/gtk2-ssh-askpass/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gtk2-ssh-askpass/gtk2-ssh-askpass/makefile.patch | 19 |
3 files changed, 19 insertions, 0 deletions
diff --git a/packages/gtk2-ssh-askpass/.mtn2git_empty b/packages/gtk2-ssh-askpass/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gtk2-ssh-askpass/.mtn2git_empty diff --git a/packages/gtk2-ssh-askpass/gtk2-ssh-askpass/.mtn2git_empty b/packages/gtk2-ssh-askpass/gtk2-ssh-askpass/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gtk2-ssh-askpass/gtk2-ssh-askpass/.mtn2git_empty diff --git a/packages/gtk2-ssh-askpass/gtk2-ssh-askpass/makefile.patch b/packages/gtk2-ssh-askpass/gtk2-ssh-askpass/makefile.patch index e69de29bb2..4f9eb4700d 100644 --- a/packages/gtk2-ssh-askpass/gtk2-ssh-askpass/makefile.patch +++ b/packages/gtk2-ssh-askpass/gtk2-ssh-askpass/makefile.patch @@ -0,0 +1,19 @@ +--- gtk2-ssh-askpass-0.3/Makefile 2003-03-07 06:47:38.000000000 -0700 ++++ gtk2-ssh-askpass-0.3.new/Makefile 2004-07-13 11:16:07.242199368 -0700 +@@ -1,5 +1,13 @@ ++CC=gcc ++CFLAGS=-O2 ++ ++GTK_CFLAGS := `pkg-config --cflags gtk+-2.0` ++ ++LDFLAGS= ++GTK_LDFLAGS := `pkg-config --libs gtk+-2.0` ++ + all: +- gcc -o gtk2-ssh-askpass gtk2-ssh-askpass.c `pkg-config --libs gtk+-2.0` `pkg-config --cflags gtk+-2.0` ++ $(CC) -o gtk2-ssh-askpass $(CFLAGS) $(GTK_CFLAGS) gtk2-ssh-askpass.c $(LDFLAGS) $(GTK_LDFLAGS) + + clean: +- rm gtk2-ssh-askpass +\ No newline at end of file ++ rm gtk2-ssh-askpass |