mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
- Stagify - Convert dependencies to new shlib format - Add USE_GCC=any for FreeBSD 10 - Add LICENSE=APACHE20 PR: ports/184738 Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
11 lines
437 B
CMake
11 lines
437 B
CMake
--- src/condor_includes/config.h.cmake.orig 2013-09-19 15:12:10.000000000 -0500
|
|
+++ src/condor_includes/config.h.cmake 2013-10-20 12:04:52.000000000 -0500
|
|
@@ -47,6 +47,8 @@
|
|
#cmakedefine CONDOR_FREEBSD7
|
|
///* Define if on FreeBSD 8 */
|
|
#cmakedefine CONDOR_FREEBSD8
|
|
+///* Define if on FreeBSD 9 */
|
|
+#cmakedefine CONDOR_FREEBSD9
|
|
///* Define if on FreeBSD */
|
|
#cmakedefine CONDOR_FREEBSD
|
|
///* Define release of FreeBSD (i.e. 7.4, 8.2) */
|