diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-07-17 00:13:01 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-07-17 00:13:01 +0000 |
commit | 5165eeb1e22f59b8e60f31f1643950d4b7e1d479 (patch) | |
tree | 0fb992be8ef56d60379e7f4a07a4ceb51f7cdddc /net-mail/freepops/files | |
parent | Version bump. (diff) | |
download | historical-5165eeb1e22f59b8e60f31f1643950d4b7e1d479.tar.gz historical-5165eeb1e22f59b8e60f31f1643950d4b7e1d479.tar.bz2 historical-5165eeb1e22f59b8e60f31f1643950d4b7e1d479.zip |
Version bump (bug #99169)
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-mail/freepops/files')
-rw-r--r-- | net-mail/freepops/files/digest-freepops-0.0.31 | 1 | ||||
-rw-r--r-- | net-mail/freepops/files/freepops-0.0.31-srcmake.patch | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/net-mail/freepops/files/digest-freepops-0.0.31 b/net-mail/freepops/files/digest-freepops-0.0.31 new file mode 100644 index 000000000000..3ee5078eafa3 --- /dev/null +++ b/net-mail/freepops/files/digest-freepops-0.0.31 @@ -0,0 +1 @@ +MD5 ff1d7b2553dd4092ba483d96a3917371 freepops-0.0.31.tar.gz 1848031 diff --git a/net-mail/freepops/files/freepops-0.0.31-srcmake.patch b/net-mail/freepops/files/freepops-0.0.31-srcmake.patch new file mode 100644 index 000000000000..e8f7e067ae11 --- /dev/null +++ b/net-mail/freepops/files/freepops-0.0.31-srcmake.patch @@ -0,0 +1,13 @@ +--- src/Makefile ++++ src/Makefile +@@ -41,8 +41,8 @@ + # CFLAGS+= -DFREEPOPSLUA_PATH_UNOFFICIAL=\"$HOME/config/settings/freepops/lua_unofficial/\" + # + #else +- CFLAGS+= -DFREEPOPSLUA_PATH=\"$(PREFIX)share/freepops/lua/\" +- CFLAGS+= -DFREEPOPSLUA_PATH_UNOFFICIAL=\"$(PREFIX)share/freepops/lua_unofficial/\" ++ CFLAGS+= -DFREEPOPSLUA_PATH=\"/usr/share/freepops/lua/\" ++ CFLAGS+= -DFREEPOPSLUA_PATH_UNOFFICIAL=\"/usr/share/freepops/lua_unofficial/\" + #endif + endif + endif |