diff options
author | thierry <thierry@FreeBSD.org> | 2004-05-15 23:22:16 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-05-15 23:22:16 +0800 |
commit | 757a57d7a7eb29e822006ba82b7ea07d647515c5 (patch) | |
tree | 88f2bda5af1bbdad7d4911eebda09788f20664ac /textproc/stardict2/files | |
parent | f6330c874b9e157e1f13c1021fcd4043e0005881 (diff) | |
download | freebsd-ports-gnome-757a57d7a7eb29e822006ba82b7ea07d647515c5.tar.gz freebsd-ports-gnome-757a57d7a7eb29e822006ba82b7ea07d647515c5.tar.zst freebsd-ports-gnome-757a57d7a7eb29e822006ba82b7ea07d647515c5.zip |
- Update the port to 2.4.3
- Add a workaround to GNOME 2.6.x interface deprecation, which unbreaks the port
- Pet portlint
- Transfer maintainership.
Remark: the approval of the former maintainer did not get its way to gnats...
PR: ports/66655
Submitted by: Xin LI
Approved by: LI Dong
Diffstat (limited to 'textproc/stardict2/files')
-rw-r--r-- | textproc/stardict2/files/patch-src::Makefile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/stardict2/files/patch-src::Makefile.in b/textproc/stardict2/files/patch-src::Makefile.in new file mode 100644 index 000000000000..42a5e57b8f19 --- /dev/null +++ b/textproc/stardict2/files/patch-src::Makefile.in @@ -0,0 +1,16 @@ +--- src/Makefile.in.orig Thu Feb 19 08:17:29 2004 ++++ src/Makefile.in Sat May 15 17:09:46 2004 +@@ -193,12 +193,7 @@ + -DDATADIR=\""$(datadir)"\" \ + -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" \ + -DSTARDICT_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ +- -DSTARDICT_DATA_DIR=\""$(datadir)/stardict"\" \ +- -DG_DISABLE_DEPRECATED \ +- -DGDK_DISABLE_DEPRECATED \ +- -DGTK_DISABLE_DEPRECATED \ +- -DGDK_PIXBUF_DISABLE_DEPRECATED \ +- -DGNOME_DISABLE_DEPRECATED ++ -DSTARDICT_DATA_DIR=\""$(datadir)/stardict"\" + + + stardict_LDFLAGS = |