mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
- Switch to options helpers - Regenerate patches - Adjust CONFLICTS since some conflicting ports removed from ports tree - Pet portlint (bring USES earlier) - Add missing USES,USE_XORG - Bump PORTREVISION due to USES change Sponsored by: HAW International, Inc.
11 lines
477 B
Text
11 lines
477 B
Text
--- Xvnc/programs/Xserver/os/Imakefile.orig 2000-06-11 12:00:51 UTC
|
|
+++ Xvnc/programs/Xserver/os/Imakefile
|
|
@@ -135,7 +135,7 @@ SpecialCObjectRule(xalloc,$(ICONFIGFILES),NullParamete
|
|
#if defined(SparcArchitecture) && HasGcc && !HasGcc2
|
|
oscolor.o: oscolor.c $(ICONFIGFILES)
|
|
$(RM) $@
|
|
- cc -c $(DBM_DEFINES) $(CDEBUGFLAGS) $(ALLDEFINES) $*.c
|
|
+ $(CC) -c $(DBM_DEFINES) $(CDEBUGFLAGS) $(ALLDEFINES) $*.c
|
|
#else
|
|
SpecialCObjectRule(oscolor,$(ICONFIGFILES),$(DBM_DEFINES))
|
|
#endif
|