diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/oss/files/patch-setup-srcconf.c | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=419133
Diffstat (limited to 'audio/oss/files/patch-setup-srcconf.c')
-rw-r--r-- | audio/oss/files/patch-setup-srcconf.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/oss/files/patch-setup-srcconf.c b/audio/oss/files/patch-setup-srcconf.c deleted file mode 100644 index c058fce01c82..000000000000 --- a/audio/oss/files/patch-setup-srcconf.c +++ /dev/null @@ -1,20 +0,0 @@ ---- setup/srcconf.c.orig 2009-09-03 06:14:33.000000000 -0400 -+++ setup/srcconf.c 2009-09-22 14:52:03.000000000 -0400 -@@ -195,7 +195,7 @@ - { - parms = ""; - if (getenv ("OGG_SUPPORT") != NULL) -- parms = "-DOGG_SUPPORT"; -+ parms = "-DOGG_SUPPORT -I%%LOCALBASE%%/include"; - } - - if (strcmp (line, "project") == 0) -@@ -913,7 +913,7 @@ - if (config_phpmake) - fprintf (f, "<?php require getenv(\"PHPMAKE_LIBPATH\") . \"library.php\"; phpmake_makefile_top_rules(); ?>\n"); - -- fprintf (f, "CC=%s\n", conf.ccomp); -+ fprintf (f, "CC=%s\n", targetcc); - // fprintf (f, "LD=ld\n"); - fprintf (f, "HOSTCC=%s\n", hostcc); - fprintf (f, "CPLUSPLUS=%s\n", conf.cplusplus); |