diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-13 22:53:59 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-13 22:53:59 +0000 |
commit | 878c07d14b77bdf3c143c2df58508668205e45d6 (patch) | |
tree | f080a117cd6e8ca2af97b7e93db725895f794e14 /emulators/vba/files/patch-Makefile.in | |
parent | share/pixmap -> share/pixmaps in pkg-plist (diff) |
Add support to GTK2
PR: 87370
Submitted by: No Name <arundel@h3c.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=145319
Diffstat (limited to 'emulators/vba/files/patch-Makefile.in')
-rw-r--r-- | emulators/vba/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/vba/files/patch-Makefile.in b/emulators/vba/files/patch-Makefile.in new file mode 100644 index 000000000000..395f05954c7d --- /dev/null +++ b/emulators/vba/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Oct 13 13:38:04 2005 ++++ Makefile.in Thu Oct 13 13:38:12 2005 +@@ -46,7 +46,7 @@ + AWK = @AWK@ + CC = @CC@ + CCDEPMODE = @CCDEPMODE@ +-CFLAGS = @CFLAGS@ ++CFLAGS += @CFLAGS@ + CPP = @CPP@ + CPPFLAGS = @CPPFLAGS@ + CXX = @CXX@ |