diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-17 18:49:27 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-17 18:49:27 +0000 |
| commit | 3e15eb1d43cce2ab89d3c906b9812ab6630e8dcd (patch) | |
| tree | 5f9b8b96a137a79548b3e4a363ee410a4bc400b7 /net/rtg/files/patch-config-config.h.in | |
| parent | GCfilms is a perl application that can be used to manage a movie collection. (diff) | |
- Makefile cleanup
- Silence build warnings
- Fix plist
PR: ports/81007
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Approved by: Brad Davis <so14k@so14k.com> (maintainer)
Diffstat (limited to '')
| -rw-r--r-- | net/rtg/files/patch-config-config.h.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net/rtg/files/patch-config-config.h.in b/net/rtg/files/patch-config-config.h.in new file mode 100644 index 000000000000..c47cc9d8ef1a --- /dev/null +++ b/net/rtg/files/patch-config-config.h.in @@ -0,0 +1,27 @@ +--- config/config.h.in.orig Thu Sep 25 08:21:14 2003 ++++ config/config.h.in Sat May 14 01:31:47 2005 +@@ -91,19 +91,19 @@ + #undef PACKAGE + + /* Define to the address where bug reports for this package should be sent. */ +-#undef PACKAGE_BUGREPORT ++#undef RTG_PACKAGE_BUGREPORT + + /* Define to the full name of this package. */ +-#undef PACKAGE_NAME ++#undef RTG_PACKAGE_NAME + + /* Define to the full name and version of this package. */ +-#undef PACKAGE_STRING ++#undef RTG_PACKAGE_STRING + + /* Define to the one symbol short name of this package. */ +-#undef PACKAGE_TARNAME ++#undef RTG_PACKAGE_TARNAME + + /* Define to the version of this package. */ +-#undef PACKAGE_VERSION ++#undef RTG_PACKAGE_VERSION + + /* Define as the return type of signal handlers (`int' or `void'). */ + #undef RETSIGTYPE |
