mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
daffe00d4a
- Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files
12 lines
294 B
C++
12 lines
294 B
C++
--- drgeo_adaptDialog.cc.orig Mon Jun 7 02:30:06 2004
|
|
+++ drgeo_adaptDialog.cc Tue Jun 8 13:20:32 2004
|
|
@@ -33,7 +33,7 @@
|
|
#include "drgeo_menu.h"
|
|
#include "drgenius_mdi.h"
|
|
|
|
-#ifndef G_PLATFORM_WIN32
|
|
+#if !defined(G_PLATFORM_WIN32) && !defined(__FreeBSD__)
|
|
#include <crypt.h>
|
|
#endif
|
|
|