pkgsrc/pkgtools/xpkgwedge/files/darwin.cf.patch
schwarz 6a99fbad5b Modified xmkmf support for Darwin and IRIX:
- on Darwin, pkgsrc no longer tries to set user or group when installing
  as unprivileged user, i.e. with UNPRIVILEGED set to yes.
- on IRIX (5 and 6) the system's xmkmf config files are no longer modified.
  Instead copies (that take priority with pkgsrc's xmkmf) are used for that
  purpose.
2006-04-10 13:38:36 +00:00

13 lines
408 B
Diff

$NetBSD: darwin.cf.patch,v 1.1 2006/04/10 13:38:36 schwarz Exp $
--- darwin.cf.orig 2005-12-04 20:52:30.000000000 +0100
+++ darwin.cf 2005-12-04 20:51:38.000000000 +0100
@@ -289,6 +289,8 @@
# undef ServerExtraDefines
# define ServerExtraDefines XFree86ServerDefines -UX_BYTE_ORDER -DROOTLESS -DDDXTIME
+#ifndef InstallFlags
#define InstallFlags -c -o root -g wheel
+#endif
#endif /* XAppleServer */