ports/net/tightvnc/files/patch-Xvnc__programs__Xserver__os__Imakefile
Koichiro Iwao 0497f1d000 net/tightvnc: Switch to options helpers, etc
- 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.
2019-03-26 05:31:27 +00:00

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